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',
]
)
[REQUIRED]
The configuration ID of an application with which items are to be associated.
[REQUIRED]
The ID of each configuration item to be associated with an application.
dict
Response Syntax
{}
Response Structure
Exceptions
ApplicationDiscoveryService.Client.exceptions.AuthorizationErrorException
ApplicationDiscoveryService.Client.exceptions.InvalidParameterException
ApplicationDiscoveryService.Client.exceptions.InvalidParameterValueException
ApplicationDiscoveryService.Client.exceptions.ServerInternalErrorException
ApplicationDiscoveryService.Client.exceptions.HomeRegionNotSetException