VPCLattice / Client / update_access_log_subscription

update_access_log_subscription#

VPCLattice.Client.update_access_log_subscription(**kwargs)#

Updates the specified access log subscription.

See also: AWS API Documentation

Request Syntax

response = client.update_access_log_subscription(
    accessLogSubscriptionIdentifier='string',
    destinationArn='string'
)
Parameters:
  • accessLogSubscriptionIdentifier (string) –

    [REQUIRED]

    The ID or Amazon Resource Name (ARN) of the access log subscription.

  • destinationArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the access log destination.

Return type:

dict

Returns:

Response Syntax

{
    'arn': 'string',
    'destinationArn': 'string',
    'id': 'string',
    'resourceArn': 'string',
    'resourceId': 'string'
}

Response Structure

  • (dict) –

    • arn (string) –

      The Amazon Resource Name (ARN) of the access log subscription.

    • destinationArn (string) –

      The Amazon Resource Name (ARN) of the access log destination.

    • id (string) –

      The ID of the access log subscription.

    • resourceArn (string) –

      The Amazon Resource Name (ARN) of the access log subscription.

    • resourceId (string) –

      The ID of the resource.

Exceptions

  • VPCLattice.Client.exceptions.ValidationException

  • VPCLattice.Client.exceptions.AccessDeniedException

  • VPCLattice.Client.exceptions.ThrottlingException

  • VPCLattice.Client.exceptions.ResourceNotFoundException

  • VPCLattice.Client.exceptions.ConflictException

  • VPCLattice.Client.exceptions.InternalServerException