interface BodyS3LocationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.APIGateway.CfnApiV2.BodyS3LocationProperty |
Java | software.amazon.awscdk.services.apigateway.CfnApiV2.BodyS3LocationProperty |
Python | aws_cdk.aws_apigateway.CfnApiV2.BodyS3LocationProperty |
TypeScript (source) | @aws-cdk/aws-apigateway » CfnApiV2 » BodyS3LocationProperty |
⚠️ Deprecated: moved to package aws-apigatewayv2
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as apigateway from '@aws-cdk/aws-apigateway';
const bodyS3LocationProperty: apigateway.CfnApiV2.BodyS3LocationProperty = {
bucket: 'bucket',
etag: 'etag',
key: 'key',
version: 'version',
};
Properties
| Name | Type | Description |
|---|---|---|
| bucket? | string | CfnApiV2.BodyS3LocationProperty.Bucket. |
| etag? | string | CfnApiV2.BodyS3LocationProperty.Etag. |
| key? | string | CfnApiV2.BodyS3LocationProperty.Key. |
| version? | string | CfnApiV2.BodyS3LocationProperty.Version. |
bucket?
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string
(optional)
CfnApiV2.BodyS3LocationProperty.Bucket.
etag?
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string
(optional)
CfnApiV2.BodyS3LocationProperty.Etag.
key?
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string
(optional)
CfnApiV2.BodyS3LocationProperty.Key.
version?
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string
(optional)
CfnApiV2.BodyS3LocationProperty.Version.

.NET
Java
Python
TypeScript (