interface OptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.CfnGuardHook.OptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2#CfnGuardHook_OptionsProperty |
Java | software.amazon.awscdk.CfnGuardHook.OptionsProperty |
Python | aws_cdk.CfnGuardHook.OptionsProperty |
TypeScript | aws-cdk-lib » CfnGuardHook » OptionsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
const optionsProperty: cdk.CfnGuardHook.OptionsProperty = {
inputParams: {
uri: 'uri',
// the properties below are optional
versionId: 'versionId',
},
};
Properties
Name | Type | Description |
---|---|---|
input | IResolvable | S3 | S3 Source Location for the Guard files. |
inputParams?
Type:
IResolvable
|
S3
(optional)
S3 Source Location for the Guard files.