Show / Hide Table of Contents

Interface CfnGuardHook.IOptionsProperty

Specifies the input parameters for a Guard Hook.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-guardhook-options.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 optionsProperty = new OptionsProperty {
                 InputParams = new S3LocationProperty {
                     Uri = "uri",

                     // the properties below are optional
                     VersionId = "versionId"
                 }
             };

Synopsis

Properties

InputParams

Specifies the S3 location where your input parameters are located.

Properties

InputParams

Specifies the S3 location where your input parameters are located.

object? InputParams { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnGuardHook.IS3LocationProperty

Back to top Generated by DocFX