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
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; }