AWSSDK.CloudFormation by Amazon Web Services

<PackageReference Include="AWSSDK.CloudFormation" Version="3.7.204.3" />

.NET API 422,512 bytes

 ChangeSetHook

public class ChangeSetHook
Specifies the resource, the hook, and the hook version to be invoked.
public HookFailureMode FailureMode { get; set; }

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 HookInvocationPoint InvocationPoint { get; set; }

Gets and sets the property InvocationPoint.

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

Gets and sets the property TargetDetails.

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

public string TypeConfigurationVersionId { get; set; }

Gets and sets the property TypeConfigurationVersionId.

The version ID of the type configuration.

public string TypeName { get; set; }

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 string TypeVersionId { get; set; }

Gets and sets the property TypeVersionId.

The version ID of the type specified.

public ChangeSetHook()