Class AnomalySubscriptionReference
A reference to a AnomalySubscription resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.CE
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AnomalySubscriptionReference : IAnomalySubscriptionReference
Syntax (vb)
Public Class AnomalySubscriptionReference Implements IAnomalySubscriptionReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CE;
var anomalySubscriptionReference = new AnomalySubscriptionReference {
SubscriptionArn = "subscriptionArn"
};
Synopsis
Constructors
AnomalySubscriptionReference() | A reference to a AnomalySubscription resource. |
Properties
SubscriptionArn | The SubscriptionArn of the AnomalySubscription resource. |
Constructors
AnomalySubscriptionReference()
A reference to a AnomalySubscription resource.
public AnomalySubscriptionReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CE;
var anomalySubscriptionReference = new AnomalySubscriptionReference {
SubscriptionArn = "subscriptionArn"
};
Properties
SubscriptionArn
The SubscriptionArn of the AnomalySubscription resource.
public string SubscriptionArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated