VPCLattice / Client / delete_resource_endpoint_association

delete_resource_endpoint_association#

VPCLattice.Client.delete_resource_endpoint_association(**kwargs)#

Disassociates the resource configuration from the resource VPC endpoint.

See also: AWS API Documentation

Request Syntax

response = client.delete_resource_endpoint_association(
    resourceEndpointAssociationIdentifier='string'
)
Parameters:

resourceEndpointAssociationIdentifier (string) –

[REQUIRED]

The ID or ARN of the association.

Return type:

dict

Returns:

Response Syntax

{
    'arn': 'string',
    'id': 'string',
    'resourceConfigurationArn': 'string',
    'resourceConfigurationId': 'string',
    'vpcEndpointId': 'string'
}

Response Structure

  • (dict) –

    • arn (string) –

      The Amazon Resource Name (ARN) of the association.

    • id (string) –

      The ID of the association.

    • resourceConfigurationArn (string) –

      The Amazon Resource Name (ARN) of the resource configuration associated with the VPC endpoint of type resource.

    • resourceConfigurationId (string) –

      The ID of the resource configuration.

    • vpcEndpointId (string) –

      The ID of the resource VPC endpoint that is associated with the resource configuration.

Exceptions