Uses of Interface
software.amazon.awscdk.services.apigateway.CfnRestApi.S3LocationProperty
-
Uses of CfnRestApi.S3LocationProperty in software.amazon.awscdk.services.apigateway
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnRestApi.S3LocationProperty
Modifier and TypeMethodDescriptionCfnRestApi.S3LocationProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnRestApi.Builder.bodyS3Location
(CfnRestApi.S3LocationProperty bodyS3Location) The Amazon Simple Storage Service (Amazon S3) location that points to an OpenAPI file, which defines a set of RESTful APIs in JSON or YAML format.CfnRestApiProps.Builder.bodyS3Location
(CfnRestApi.S3LocationProperty bodyS3Location) Sets the value ofCfnRestApiProps.getBodyS3Location()
void
CfnRestApi.setBodyS3Location
(CfnRestApi.S3LocationProperty value) The Amazon Simple Storage Service (Amazon S3) location that points to an OpenAPI file, which defines a set of RESTful APIs in JSON or YAML format.