PartnerCentralSellingAPI / Client / get_selling_system_settings

get_selling_system_settings#

PartnerCentralSellingAPI.Client.get_selling_system_settings(**kwargs)#

Retrieves the currently set system settings, which include the IAM Role used for resource snapshot jobs.

See also: AWS API Documentation

Request Syntax

response = client.get_selling_system_settings(
    Catalog='string'
)
Parameters:

Catalog (string) –

[REQUIRED]

Specifies the catalog in which the settings are defined. Acceptable values include AWS for production and Sandbox for testing environments.

Return type:

dict

Returns:

Response Syntax

{
    'Catalog': 'string',
    'ResourceSnapshotJobRoleArn': 'string'
}

Response Structure

  • (dict) –

    • Catalog (string) –

      Specifies the catalog in which the settings are defined. Acceptable values include AWS for production and Sandbox for testing environments.

    • ResourceSnapshotJobRoleArn (string) –

      Specifies the ARN of the IAM Role used for resource snapshot job executions.

Exceptions