Table of Contents

Interface ICfnResourceDefaultVersionProps

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Properties for defining a CfnResourceDefaultVersion.

public interface ICfnResourceDefaultVersionProps

Examples

// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK;
             var cfnResourceDefaultVersionProps = new CfnResourceDefaultVersionProps {
                 TypeName = "typeName",
                 TypeVersionArn = "typeVersionArn",
                 VersionId = "versionId"
             };

Remarks

Properties

TypeName

The name of the resource.

string? TypeName { get; }

Property Value

string

Remarks

TypeVersionArn

The Amazon Resource Name (ARN) of the resource version.

string? TypeVersionArn { get; }

Property Value

string

Remarks

VersionId

The ID of a specific version of the resource.

string? VersionId { get; }

Property Value

string

Remarks

The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the resource version when it's registered.

Conditional: You must specify either TypeVersionArn , or TypeName and VersionId .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-resourcedefaultversion.html#cfn-cloudformation-resourcedefaultversion-versionid