Show / Hide Table of Contents

Interface ICfnHookProps

Construction properties of CfnHook.

Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnHookProps
Syntax (vb)
Public Interface ICfnHookProps
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;

            var properties;

            var cfnHookProps = new CfnHookProps {
                Type = "type",

                // the properties below are optional
                Properties = new Dictionary<string, object> {
                    { "propertiesKey", properties }
                }
            };

Synopsis

Properties

Properties

The properties of the hook.

Type

The type of the hook (for example, "AWS::CodeDeploy::BlueGreen").

Properties

Properties

The properties of the hook.

IDictionary<string, object>? Properties { get; }
Property Value

IDictionary<string, object>

Remarks

Default: - no properties

Type

The type of the hook (for example, "AWS::CodeDeploy::BlueGreen").

string Type { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX