interface S3LocationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.SAM.CfnHttpApi.S3LocationProperty | 
|  Java | software.amazon.awscdk.services.sam.CfnHttpApi.S3LocationProperty | 
|  Python | aws_cdk.aws_sam.CfnHttpApi.S3LocationProperty | 
|  TypeScript | @aws-cdk/aws-sam»CfnHttpApi»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.CfnHttpApi.S3LocationProperty = {
  bucket: 'bucket',
  key: 'key',
  version: 123,
};
Properties
| Name | Type | Description | 
|---|---|---|
| bucket | string | CfnHttpApi.S3LocationProperty.Bucket. | 
| key | string | CfnHttpApi.S3LocationProperty.Key. | 
| version | number | CfnHttpApi.S3LocationProperty.Version. | 
bucket
Type:
string
CfnHttpApi.S3LocationProperty.Bucket.
key
Type:
string
CfnHttpApi.S3LocationProperty.Key.
version
Type:
number
CfnHttpApi.S3LocationProperty.Version.
