interface AnomalySubscriptionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CE.AnomalySubscriptionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsce#AnomalySubscriptionReference |
![]() | software.amazon.awscdk.services.ce.AnomalySubscriptionReference |
![]() | aws_cdk.aws_ce.AnomalySubscriptionReference |
![]() | aws-cdk-lib » aws_ce » AnomalySubscriptionReference |
A reference to a AnomalySubscription resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ce as ce } from 'aws-cdk-lib';
const anomalySubscriptionReference: ce.AnomalySubscriptionReference = {
subscriptionArn: 'subscriptionArn',
};
Properties
Name | Type | Description |
---|---|---|
subscription | string | The SubscriptionArn of the AnomalySubscription resource. |
subscriptionArn
Type:
string
The SubscriptionArn of the AnomalySubscription resource.