Class PublicTypeVersionReference
A reference to a PublicTypeVersion resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.CloudFormation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class PublicTypeVersionReference : IPublicTypeVersionReference
Syntax (vb)
Public Class PublicTypeVersionReference Implements 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
Constructors
| PublicTypeVersionReference() | A reference to a PublicTypeVersion resource. |
Properties
| PublicTypeArn | The PublicTypeArn of the PublicTypeVersion resource. |
Constructors
PublicTypeVersionReference()
A reference to a PublicTypeVersion resource.
public PublicTypeVersionReference()
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"
};
Properties
PublicTypeArn
The PublicTypeArn of the PublicTypeVersion resource.
public string PublicTypeArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated