Interface IModuleDefaultVersionReference
A reference to a ModuleDefaultVersion resource.
Namespace: Amazon.CDK.Interfaces.CloudFormation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IModuleDefaultVersionReference
Syntax (vb)
Public Interface IModuleDefaultVersionReference
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 moduleDefaultVersionReference = new ModuleDefaultVersionReference {
ModuleDefaultVersionArn = "moduleDefaultVersionArn"
};
Synopsis
Properties
| ModuleDefaultVersionArn | The Arn of the ModuleDefaultVersion resource. |
Properties
ModuleDefaultVersionArn
The Arn of the ModuleDefaultVersion resource.
string ModuleDefaultVersionArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated