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- ApplicationDiscoveryService.Client.exceptions.AuthorizationErrorException
- ApplicationDiscoveryService.Client.exceptions.InvalidParameterException
- ApplicationDiscoveryService.Client.exceptions.InvalidParameterValueException
- ApplicationDiscoveryService.Client.exceptions.ServerInternalErrorException
- ApplicationDiscoveryService.Client.exceptions.HomeRegionNotSetException