Table of Contents

Class CfnHookDefaultVersionProps

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Properties for defining a CfnHookDefaultVersion.

public class CfnHookDefaultVersionProps : ICfnHookDefaultVersionProps
Inheritance
CfnHookDefaultVersionProps
Implements
Inherited Members

Examples

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

Remarks

Constructors

CfnHookDefaultVersionProps()

public CfnHookDefaultVersionProps()

Properties

TypeName

The name of the hook.

public string? TypeName { get; set; }

Property Value

string

Remarks

TypeVersionArn

The version ID of the type configuration.

public string? TypeVersionArn { get; set; }

Property Value

string

Remarks

VersionId

The version ID of the type specified.

public string? VersionId { get; set; }

Property Value

string

Remarks