Show / Hide Table of Contents

Class ProductSubscriptionReference

A reference to a ProductSubscription resource.

Inheritance
object
ProductSubscriptionReference
Implements
IProductSubscriptionReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IProductSubscriptionReference
Back to top Generated by DocFX