AppFabric / Client / get_app_bundle

get_app_bundle#

AppFabric.Client.get_app_bundle(**kwargs)#

Returns information about an app bundle.

See also: AWS API Documentation

Request Syntax

response = client.get_app_bundle(
    appBundleIdentifier='string'
)
Parameters:

appBundleIdentifier (string) –

[REQUIRED]

The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.

Return type:

dict

Returns:

Response Syntax

{
    'appBundle': {
        'arn': 'string',
        'customerManagedKeyArn': 'string'
    }
}

Response Structure

  • (dict) –

    • appBundle (dict) –

      Contains information about an app bundle.

      • arn (string) –

        The Amazon Resource Name (ARN) of the app bundle.

      • customerManagedKeyArn (string) –

        The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.

Exceptions