Interface CfnApiV2.BodyS3LocationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApiV2.BodyS3LocationProperty.Jsii$Proxy
Enclosing class:
CfnApiV2

@Stability(Deprecated) @Deprecated public static interface CfnApiV2.BodyS3LocationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.apigateway.*;
 BodyS3LocationProperty bodyS3LocationProperty = BodyS3LocationProperty.builder()
         .bucket("bucket")
         .etag("etag")
         .key("key")
         .version("version")
         .build();
 

See Also: