ApplicationDiscoveryService / Client / associate_configuration_items_to_application

associate_configuration_items_to_application#

ApplicationDiscoveryService.Client.associate_configuration_items_to_application(**kwargs)#

Associates one or more configuration items with an application.

See also: AWS API Documentation

Request Syntax

response = client.associate_configuration_items_to_application(
    applicationConfigurationId='string',
    configurationIds=[
        'string',
    ]
)
Parameters:
  • applicationConfigurationId (string) –

    [REQUIRED]

    The configuration ID of an application with which items are to be associated.

  • configurationIds (list) –

    [REQUIRED]

    The ID of each configuration item to be associated with an application.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions