Show / Hide Table of Contents

Class TypeActivationReference

A reference to a TypeActivation resource.

Inheritance
object
TypeActivationReference
Implements
ITypeActivationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.CloudFormation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TypeActivationReference : ITypeActivationReference
Syntax (vb)
Public Class TypeActivationReference Implements ITypeActivationReference
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.Interfaces.CloudFormation;

            var typeActivationReference = new TypeActivationReference {
                TypeActivationArn = "typeActivationArn"
            };

Synopsis

Constructors

TypeActivationReference()

A reference to a TypeActivation resource.

Properties

TypeActivationArn

The Arn of the TypeActivation resource.

Constructors

TypeActivationReference()

A reference to a TypeActivation resource.

public TypeActivationReference()
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.Interfaces.CloudFormation;

            var typeActivationReference = new TypeActivationReference {
                TypeActivationArn = "typeActivationArn"
            };

Properties

TypeActivationArn

The Arn of the TypeActivation resource.

public string TypeActivationArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ITypeActivationReference
Back to top Generated by DocFX