PartnerCentralSellingAPI / Client / start_resource_snapshot_job

start_resource_snapshot_job#

PartnerCentralSellingAPI.Client.start_resource_snapshot_job(**kwargs)#

Starts a resource snapshot job that has been previously created.

See also: AWS API Documentation

Request Syntax

response = client.start_resource_snapshot_job(
    Catalog='string',
    ResourceSnapshotJobIdentifier='string'
)
Parameters:
  • Catalog (string) –

    [REQUIRED]

    Specifies the catalog related to the request. Valid values are:

    • AWS: Starts the request from the production AWS environment.

    • Sandbox: Starts the request from a sandbox environment used for testing or development purposes.

  • ResourceSnapshotJobIdentifier (string) –

    [REQUIRED]

    The identifier of the resource snapshot job to start.

Returns:

None

Exceptions