KinesisAnalyticsV2 / Client / create_application_snapshot

create_application_snapshot#

KinesisAnalyticsV2.Client.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