create_component
(**kwargs)¶Creates a custom component by grouping similar standalone instances to monitor.
See also: AWS API Documentation
Request Syntax
response = client.create_component(
ResourceGroupName='string',
ComponentName='string',
ResourceList=[
'string',
]
)
[REQUIRED]
The name of the resource group.
[REQUIRED]
The name of the component.
[REQUIRED]
The list of resource ARNs that belong to the component.
dict
Response Syntax
{}
Response Structure
Exceptions
ApplicationInsights.Client.exceptions.ResourceInUseException
ApplicationInsights.Client.exceptions.ResourceNotFoundException
ApplicationInsights.Client.exceptions.ValidationException
ApplicationInsights.Client.exceptions.InternalServerException