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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Deprecated.static final class
Deprecated. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucket
Deprecated.(deprecated)CfnApiV2.BodyS3LocationProperty.Bucket
.- See Also:
-
getEtag
Deprecated.(deprecated)CfnApiV2.BodyS3LocationProperty.Etag
.- See Also:
-
getKey
Deprecated.(deprecated)CfnApiV2.BodyS3LocationProperty.Key
.- See Also:
-
getVersion
Deprecated.(deprecated)CfnApiV2.BodyS3LocationProperty.Version
.- See Also:
-
builder
Deprecated.
-