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