Class ProductSubscriptionReference
A reference to a ProductSubscription resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SecurityHub
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ProductSubscriptionReference : IProductSubscriptionReference
Syntax (vb)
Public Class ProductSubscriptionReference Implements IProductSubscriptionReference
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.SecurityHub;
var productSubscriptionReference = new ProductSubscriptionReference {
ProductSubscriptionArn = "productSubscriptionArn"
};
Synopsis
Constructors
ProductSubscriptionReference() | A reference to a ProductSubscription resource. |
Properties
ProductSubscriptionArn | The ProductSubscriptionArn of the ProductSubscription resource. |
Constructors
ProductSubscriptionReference()
A reference to a ProductSubscription resource.
public ProductSubscriptionReference()
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.SecurityHub;
var productSubscriptionReference = new ProductSubscriptionReference {
ProductSubscriptionArn = "productSubscriptionArn"
};
Properties
ProductSubscriptionArn
The ProductSubscriptionArn of the ProductSubscription resource.
public string ProductSubscriptionArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated