1. Packages
  2. Aiven
  3. API Docs
  4. AzurePrivatelinkConnectionApproval
Aiven v6.13.0 published on Monday, Mar 25, 2024 by Pulumi

aiven.AzurePrivatelinkConnectionApproval

Explore with Pulumi AI

aiven logo
Aiven v6.13.0 published on Monday, Mar 25, 2024 by Pulumi

    Approves an Azure Private Link connection to an Aiven service with an 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. Changing this property 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. Changing this property 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. Changing this property 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. Changing this property 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. Changing this property 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. Changing this property 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. Changing this property 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. Changing this property 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. Changing this property 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. Changing this property 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. Changing this property 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. Changing this property 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
    The ID of the Private Link connection.
    State string
    The state of the Private Link connection.
    Id string
    The provider-assigned unique ID for this managed resource.
    PrivatelinkConnectionId string
    The ID of the Private Link connection.
    State string
    The state of the Private Link connection.
    id String
    The provider-assigned unique ID for this managed resource.
    privatelinkConnectionId String
    The ID of the Private Link connection.
    state String
    The state of the Private Link connection.
    id string
    The provider-assigned unique ID for this managed resource.
    privatelinkConnectionId string
    The ID of the Private Link connection.
    state string
    The state of the Private Link connection.
    id str
    The provider-assigned unique ID for this managed resource.
    privatelink_connection_id str
    The ID of the Private Link connection.
    state str
    The state of the Private Link connection.
    id String
    The provider-assigned unique ID for this managed resource.
    privatelinkConnectionId String
    The ID of the Private Link connection.
    state String
    The state of the Private Link connection.

    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
    The ID of the Private Link connection.
    Project string
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property 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. Changing this property forces recreation of the resource.
    State string
    The state of the Private Link connection.
    EndpointIpAddress string
    IP address of Azure private endpoint.
    PrivatelinkConnectionId string
    The ID of the Private Link connection.
    Project string
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property 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. Changing this property forces recreation of the resource.
    State string
    The state of the Private Link connection.
    endpointIpAddress String
    IP address of Azure private endpoint.
    privatelinkConnectionId String
    The ID of the Private Link connection.
    project String
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property 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. Changing this property forces recreation of the resource.
    state String
    The state of the Private Link connection.
    endpointIpAddress string
    IP address of Azure private endpoint.
    privatelinkConnectionId string
    The ID of the Private Link connection.
    project string
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property 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. Changing this property forces recreation of the resource.
    state string
    The state of the Private Link connection.
    endpoint_ip_address str
    IP address of Azure private endpoint.
    privatelink_connection_id str
    The ID of the Private Link connection.
    project str
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property 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. Changing this property forces recreation of the resource.
    state str
    The state of the Private Link connection.
    endpointIpAddress String
    IP address of Azure private endpoint.
    privatelinkConnectionId String
    The ID of the Private Link connection.
    project String
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property 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. Changing this property forces recreation of the resource.
    state String
    The state of the Private Link connection.

    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.
    aiven logo
    Aiven v6.13.0 published on Monday, Mar 25, 2024 by Pulumi