interface OptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.CfnGuardHook.OptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#CfnGuardHook_OptionsProperty |
![]() | software.amazon.awscdk.CfnGuardHook.OptionsProperty |
![]() | aws_cdk.CfnGuardHook.OptionsProperty |
![]() | aws-cdk-lib » CfnGuardHook » OptionsProperty |
Specifies the input parameters for a Guard Hook.
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 | Specifies the S3 location where your input parameters are located. |
inputParams?
Type:
IResolvable
|
S3
(optional)
Specifies the S3 location where your input parameters are located.