aiven.AzurePrivatelinkConnectionApproval

The Azure privatelink approve resource waits for an aiven privatelink connection on a service and approves it with associated endpoint IP

Create AzurePrivatelinkConnectionApproval Resource

new AzurePrivatelinkConnectionApproval(name: string, args: AzurePrivatelinkConnectionApprovalArgs, opts?: CustomResourceOptions);
@overload
def AzurePrivatelinkConnectionApproval(resource_name: str,
                                       opts: Optional[ResourceOptions] = None,
                                       endpoint_ip_address: Optional[str] = None,
                                       project: Optional[str] = None,
                                       service_name: Optional[str] = None)
@overload
def AzurePrivatelinkConnectionApproval(resource_name: str,
                                       args: AzurePrivatelinkConnectionApprovalArgs,
                                       opts: Optional[ResourceOptions] = None)
func NewAzurePrivatelinkConnectionApproval(ctx *Context, name string, args AzurePrivatelinkConnectionApprovalArgs, opts ...ResourceOption) (*AzurePrivatelinkConnectionApproval, error)
public AzurePrivatelinkConnectionApproval(string name, AzurePrivatelinkConnectionApprovalArgs args, CustomResourceOptions? opts = null)
public AzurePrivatelinkConnectionApproval(String name, AzurePrivatelinkConnectionApprovalArgs args)
public AzurePrivatelinkConnectionApproval(String name, AzurePrivatelinkConnectionApprovalArgs args, CustomResourceOptions options)
type: aiven:AzurePrivatelinkConnectionApproval
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args AzurePrivatelinkConnectionApprovalArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args AzurePrivatelinkConnectionApprovalArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args AzurePrivatelinkConnectionApprovalArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args AzurePrivatelinkConnectionApprovalArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args AzurePrivatelinkConnectionApprovalArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

AzurePrivatelinkConnectionApproval Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The AzurePrivatelinkConnectionApproval resource accepts the following input properties:

Project string

Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

ServiceName string

Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

EndpointIpAddress string

IP address of Azure private endpoint

Project string

Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

ServiceName string

Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

EndpointIpAddress string

IP address of Azure private endpoint

project String

Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

serviceName String

Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

endpointIpAddress String

IP address of Azure private endpoint

project string

Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

serviceName string

Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

endpointIpAddress string

IP address of Azure private endpoint

project str

Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

service_name str

Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

endpoint_ip_address str

IP address of Azure private endpoint

project String

Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

serviceName String

Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

endpointIpAddress String

IP address of Azure private endpoint

Outputs

All input properties are implicitly available as output properties. Additionally, the AzurePrivatelinkConnectionApproval resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

PrivatelinkConnectionId string

Privatelink connection id

State string

Privatelink connection state

Id string

The provider-assigned unique ID for this managed resource.

PrivatelinkConnectionId string

Privatelink connection id

State string

Privatelink connection state

id String

The provider-assigned unique ID for this managed resource.

privatelinkConnectionId String

Privatelink connection id

state String

Privatelink connection state

id string

The provider-assigned unique ID for this managed resource.

privatelinkConnectionId string

Privatelink connection id

state string

Privatelink connection state

id str

The provider-assigned unique ID for this managed resource.

privatelink_connection_id str

Privatelink connection id

state str

Privatelink connection state

id String

The provider-assigned unique ID for this managed resource.

privatelinkConnectionId String

Privatelink connection id

state String

Privatelink connection state

Look up Existing AzurePrivatelinkConnectionApproval Resource

Get an existing AzurePrivatelinkConnectionApproval resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: AzurePrivatelinkConnectionApprovalState, opts?: CustomResourceOptions): AzurePrivatelinkConnectionApproval
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        endpoint_ip_address: Optional[str] = None,
        privatelink_connection_id: Optional[str] = None,
        project: Optional[str] = None,
        service_name: Optional[str] = None,
        state: Optional[str] = None) -> AzurePrivatelinkConnectionApproval
func GetAzurePrivatelinkConnectionApproval(ctx *Context, name string, id IDInput, state *AzurePrivatelinkConnectionApprovalState, opts ...ResourceOption) (*AzurePrivatelinkConnectionApproval, error)
public static AzurePrivatelinkConnectionApproval Get(string name, Input<string> id, AzurePrivatelinkConnectionApprovalState? state, CustomResourceOptions? opts = null)
public static AzurePrivatelinkConnectionApproval get(String name, Output<String> id, AzurePrivatelinkConnectionApprovalState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
EndpointIpAddress string

IP address of Azure private endpoint

PrivatelinkConnectionId string

Privatelink connection id

Project string

Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

ServiceName string

Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

State string

Privatelink connection state

EndpointIpAddress string

IP address of Azure private endpoint

PrivatelinkConnectionId string

Privatelink connection id

Project string

Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

ServiceName string

Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

State string

Privatelink connection state

endpointIpAddress String

IP address of Azure private endpoint

privatelinkConnectionId String

Privatelink connection id

project String

Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

serviceName String

Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

state String

Privatelink connection state

endpointIpAddress string

IP address of Azure private endpoint

privatelinkConnectionId string

Privatelink connection id

project string

Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

serviceName string

Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

state string

Privatelink connection state

endpoint_ip_address str

IP address of Azure private endpoint

privatelink_connection_id str

Privatelink connection id

project str

Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

service_name str

Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

state str

Privatelink connection state

endpointIpAddress String

IP address of Azure private endpoint

privatelinkConnectionId String

Privatelink connection id

project String

Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

serviceName String

Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.

state String

Privatelink connection state

Import

 $ pulumi import aiven:index/azurePrivatelinkConnectionApproval:AzurePrivatelinkConnectionApproval approval project/service_name

Package Details

Repository
Aiven pulumi/pulumi-aiven
License
Apache-2.0
Notes

This Pulumi package is based on the aiven Terraform Provider.