aws-cdk-lib.aws_applicationinsights.CfnApplication.CustomComponentProperty

interface CustomComponentProperty

LanguageType name
.NETAmazon.CDK.AWS.ApplicationInsights.CfnApplication.CustomComponentProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsapplicationinsights#CfnApplication_CustomComponentProperty
Javasoftware.amazon.awscdk.services.applicationinsights.CfnApplication.CustomComponentProperty
Pythonaws_cdk.aws_applicationinsights.CfnApplication.CustomComponentProperty
TypeScript aws-cdk-lib » aws_applicationinsights » CfnApplication » CustomComponentProperty

The AWS::ApplicationInsights::Application CustomComponent property type describes a custom component by grouping similar standalone instances to monitor.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_applicationinsights as applicationinsights } from 'aws-cdk-lib';
const customComponentProperty: applicationinsights.CfnApplication.CustomComponentProperty = {
  componentName: 'componentName',
  resourceList: ['resourceList'],
};

Properties

NameTypeDescription
componentNamestringThe name of the component.
resourceListstring[]The list of resource ARNs that belong to the component.

componentName

Type: string

The name of the component.


resourceList

Type: string[]

The list of resource ARNs that belong to the component.