Class CloudFrontToApiGateway
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awsconstructs.services.cloudfrontapigateway.CloudFrontToApiGateway
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.97.0 (build 729de35)",
date="2024-04-12T16:15:05.141Z")
public class CloudFrontToApiGateway
extends software.constructs.Construct
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCloudFrontToApiGateway(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCloudFrontToApiGateway(software.amazon.jsii.JsiiObjectRef objRef) CloudFrontToApiGateway(software.constructs.Construct scope, String id, CloudFrontToApiGatewayProps props) -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awscdk.services.apigateway.RestApisoftware.amazon.awscdk.services.cloudfront.Functionsoftware.amazon.awscdk.services.s3.Bucketsoftware.amazon.awscdk.services.cloudfront.DistributionMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods 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, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
CloudFrontToApiGateway
protected CloudFrontToApiGateway(software.amazon.jsii.JsiiObjectRef objRef) -
CloudFrontToApiGateway
protected CloudFrontToApiGateway(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CloudFrontToApiGateway
public CloudFrontToApiGateway(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CloudFrontToApiGatewayProps props) - Parameters:
scope-- represents the scope for all the resources.
id-- this is a a scope-unique id.
props-- user provided props for the construct.
-
-
Method Details
-
getApiGateway
@NotNull public software.amazon.awscdk.services.apigateway.RestApi getApiGateway() -
getCloudFrontWebDistribution
@NotNull public software.amazon.awscdk.services.cloudfront.Distribution getCloudFrontWebDistribution() -
getCloudFrontFunction
@Nullable public software.amazon.awscdk.services.cloudfront.Function getCloudFrontFunction() -
getCloudFrontLoggingBucket
@Nullable public software.amazon.awscdk.services.s3.Bucket getCloudFrontLoggingBucket()
-