Class CfnGuardHook.OptionsProperty
Inheritance
System.Object
CfnGuardHook.OptionsProperty
Implements
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class OptionsProperty : Object, CfnGuardHook.IOptionsProperty
Syntax (vb)
Public Class OptionsProperty
Inherits Object
Implements 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
Constructors
OptionsProperty() |
Properties
InputParams | S3 Source Location for the Guard files. |
Constructors
OptionsProperty()
public OptionsProperty()
Properties
InputParams
S3 Source Location for the Guard files.
public object InputParams { get; set; }
Property Value
System.Object