interface InsightRuleReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudWatch.InsightRuleReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudwatch#InsightRuleReference |
![]() | software.amazon.awscdk.services.cloudwatch.InsightRuleReference |
![]() | aws_cdk.aws_cloudwatch.InsightRuleReference |
![]() | aws-cdk-lib » aws_cloudwatch » InsightRuleReference |
A reference to a InsightRule resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudwatch as cloudwatch } from 'aws-cdk-lib';
const insightRuleReference: cloudwatch.InsightRuleReference = {
insightRuleArn: 'insightRuleArn',
insightRuleId: 'insightRuleId',
};
Properties
Name | Type | Description |
---|---|---|
insight | string | The ARN of the InsightRule resource. |
insight | string | The Id of the InsightRule resource. |
insightRuleArn
Type:
string
The ARN of the InsightRule resource.
insightRuleId
Type:
string
The Id of the InsightRule resource.