Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

create_application_snapshot

create_application_snapshot(**kwargs)

Creates a snapshot of the application's state data.

See also: AWS API Documentation

Request Syntax

response = client.create_application_snapshot(
    ApplicationName='string',
    SnapshotName='string'
)
Parameters
  • ApplicationName (string) --

    [REQUIRED]

    The name of an existing application

  • SnapshotName (string) --

    [REQUIRED]

    An identifier for the application snapshot.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • KinesisAnalyticsV2.Client.exceptions.ResourceInUseException
  • KinesisAnalyticsV2.Client.exceptions.ResourceNotFoundException
  • KinesisAnalyticsV2.Client.exceptions.LimitExceededException
  • KinesisAnalyticsV2.Client.exceptions.InvalidArgumentException
  • KinesisAnalyticsV2.Client.exceptions.UnsupportedOperationException
  • KinesisAnalyticsV2.Client.exceptions.InvalidRequestException
  • KinesisAnalyticsV2.Client.exceptions.InvalidApplicationConfigurationException