SecurityAgent / Client / update_application

update_application

SecurityAgent.Client.update_application(**kwargs)

Updates the configuration of an existing application, including the IAM role and default KMS key.

See also: AWS API Documentation

Request Syntax

response = client.update_application(
    applicationId='string',
    roleArn='string',
    defaultKmsKeyId='string'
)
Parameters:
  • applicationId (string) –

    [REQUIRED]

    The unique identifier of the application to update.

  • roleArn (string) – The updated Amazon Resource Name (ARN) of the IAM role for the application.

  • defaultKmsKeyId (string) – The updated identifier of the default AWS KMS key for the application.

Return type:

dict

Returns:

Response Syntax

{
    'applicationId': 'string'
}

Response Structure

  • (dict) –

    • applicationId (string) –

      The unique identifier of the updated application.