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