Class TypeActivationReference
A reference to a TypeActivation resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated