Table of Contents

Interface ICfnHookDefaultVersionProps

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Properties for defining a CfnHookDefaultVersion.

public interface ICfnHookDefaultVersionProps

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

Properties

TypeName

The name of the hook.

string? TypeName { get; }

Property Value

string

Remarks

TypeVersionArn

The version ID of the type configuration.

string? TypeVersionArn { get; }

Property Value

string

Remarks

VersionId

The version ID of the type specified.

string? VersionId { get; }

Property Value

string

Remarks