Class S3ApiDefinition
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.ApiDefinition
software.amazon.awscdk.services.apigateway.S3ApiDefinition
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:45.087Z")
@Stability(Stable)
public class S3ApiDefinition
extends ApiDefinition
OpenAPI specification from an S3 archive.
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.*; import software.amazon.awscdk.services.s3.*; Bucket bucket; S3ApiDefinition s3ApiDefinition = new S3ApiDefinition(bucket, "key", "objectVersion");
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionS3ApiDefinition(IBucket bucket, String key) S3ApiDefinition(IBucket bucket, String key, String objectVersion) protectedS3ApiDefinition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedS3ApiDefinition(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionCalled when the specification is initialized to allow this object to bind to the stack, add resources and have fun.Methods inherited from class software.amazon.awscdk.services.apigateway.ApiDefinition
bindAfterCreate, fromAsset, fromAsset, fromBucket, fromBucket, fromInlineMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
S3ApiDefinition
protected S3ApiDefinition(software.amazon.jsii.JsiiObjectRef objRef) -
S3ApiDefinition
protected S3ApiDefinition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
S3ApiDefinition
@Stability(Stable) public S3ApiDefinition(@NotNull IBucket bucket, @NotNull String key, @Nullable String objectVersion) - Parameters:
bucket- This parameter is required.key- This parameter is required.objectVersion-
-
S3ApiDefinition
- Parameters:
bucket- This parameter is required.key- This parameter is required.
-
-
Method Details
-
bind
Called when the specification is initialized to allow this object to bind to the stack, add resources and have fun.- Specified by:
bindin classApiDefinition- Parameters:
_scope- This parameter is required.
-