interface S3LocationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SAM.CfnApi.S3LocationProperty |
Java | software.amazon.awscdk.services.sam.CfnApi.S3LocationProperty |
Python | aws_cdk.aws_sam.CfnApi.S3LocationProperty |
TypeScript | @aws-cdk/aws-sam » CfnApi » S3LocationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sam from '@aws-cdk/aws-sam';
const s3LocationProperty: sam.CfnApi.S3LocationProperty = {
bucket: 'bucket',
key: 'key',
version: 123,
};
Properties
Name | Type | Description |
---|---|---|
bucket | string | CfnApi.S3LocationProperty.Bucket . |
key | string | CfnApi.S3LocationProperty.Key . |
version | number | CfnApi.S3LocationProperty.Version . |
bucket
Type:
string
CfnApi.S3LocationProperty.Bucket
.
key
Type:
string
CfnApi.S3LocationProperty.Key
.
version
Type:
number
CfnApi.S3LocationProperty.Version
.