Show / Hide Table of Contents

Interface CfnGuardHook.IHookTargetProperty

Hook targets are the destination where hooks will be invoked against.

Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnGuardHook.IHookTargetProperty
Syntax (vb)
Public Interface CfnGuardHook.IHookTargetProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-guardhook-hooktarget.html

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 hookTargetProperty = new HookTargetProperty {
                 Action = "action",
                 InvocationPoint = "invocationPoint",
                 TargetName = "targetName"
             };

Synopsis

Properties

Action

Target actions are the type of operation hooks will be executed at.

InvocationPoint

Invocation points are the point in provisioning workflow where hooks will be executed.

TargetName

Type name of hook target.

Properties

Action

Target actions are the type of operation hooks will be executed at.

string Action { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-guardhook-hooktarget.html#cfn-cloudformation-guardhook-hooktarget-action

InvocationPoint

Invocation points are the point in provisioning workflow where hooks will be executed.

string InvocationPoint { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-guardhook-hooktarget.html#cfn-cloudformation-guardhook-hooktarget-invocationpoint

TargetName

Type name of hook target.

string TargetName { get; }
Property Value

string

Remarks

Hook targets are the destination where hooks will be invoked against.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-guardhook-hooktarget.html#cfn-cloudformation-guardhook-hooktarget-targetname

Back to top Generated by DocFX