AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Specifies the resource, the hook, and the hook version to be invoked.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.ChangeSetHook

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z

Syntax

C#
public class ChangeSetHook

The ChangeSetHook type exposes the following members

Constructors

NameDescription
Public Method ChangeSetHook()

Properties

NameTypeDescription
Public Property FailureMode Amazon.CloudFormation.HookFailureMode

Gets and sets the property FailureMode.

Specify the hook failure mode for non-compliant resources in the followings ways.

  • FAIL Stops provisioning resources.

  • WARN Allows provisioning to continue with a warning message.

Public Property InvocationPoint Amazon.CloudFormation.HookInvocationPoint

Gets and sets the property InvocationPoint.

Specifies the points in provisioning logic where a hook is invoked.

Public Property TargetDetails Amazon.CloudFormation.Model.ChangeSetHookTargetDetails

Gets and sets the property TargetDetails.

Specifies details about the target that the hook will run against.

Public Property TypeConfigurationVersionId System.String

Gets and sets the property TypeConfigurationVersionId.

The version ID of the type configuration.

Public Property TypeName System.String

Gets and sets the property TypeName.

The unique name for your hook. Specifies a three-part namespace for your hook, with a recommended pattern of Organization::Service::Hook.

The following organization namespaces are reserved and can't be used in your hook type names:

  • Alexa

  • AMZN

  • Amazon

  • ASK

  • AWS

  • Custom

  • Dev

Public Property TypeVersionId System.String

Gets and sets the property TypeVersionId.

The version ID of the type specified.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5