Interface IPublicTypeVersionReference
A reference to a PublicTypeVersion resource.
Namespace: Amazon.CDK.Interfaces.CloudFormation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPublicTypeVersionReference
Syntax (vb)
Public Interface IPublicTypeVersionReference
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 publicTypeVersionReference = new PublicTypeVersionReference {
PublicTypeArn = "publicTypeArn"
};
Synopsis
Properties
| PublicTypeArn | The PublicTypeArn of the PublicTypeVersion resource. |
Properties
PublicTypeArn
The PublicTypeArn of the PublicTypeVersion resource.
string PublicTypeArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated