@Generated(value="jsii-pacmak/1.79.0 (build b22f628)", date="2023-03-29T17:47:57.784Z") public class CloudFrontToApiGateway extends software.constructs.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudFrontToApiGateway.Builder
A fluent builder for
CloudFrontToApiGateway. |
| Modifier | Constructor and Description |
|---|---|
|
CloudFrontToApiGateway(software.constructs.Construct scope,
String id,
CloudFrontToApiGatewayProps props) |
protected |
CloudFrontToApiGateway(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CloudFrontToApiGateway(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.apigateway.RestApi |
getApiGateway() |
software.amazon.awscdk.services.cloudfront.Function |
getCloudFrontFunction() |
software.amazon.awscdk.services.s3.Bucket |
getCloudFrontLoggingBucket() |
software.amazon.awscdk.services.cloudfront.Distribution |
getCloudFrontWebDistribution() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CloudFrontToApiGateway(software.amazon.jsii.JsiiObjectRef objRef)
protected CloudFrontToApiGateway(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public CloudFrontToApiGateway(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CloudFrontToApiGatewayProps props)
scope - - represents the scope for all the resources. This parameter is required.id - - this is a a scope-unique id. This parameter is required.props - - user provided props for the construct. This parameter is required.@NotNull public software.amazon.awscdk.services.apigateway.RestApi getApiGateway()
@NotNull public software.amazon.awscdk.services.cloudfront.Distribution getCloudFrontWebDistribution()
@Nullable public software.amazon.awscdk.services.cloudfront.Function getCloudFrontFunction()
@Nullable public software.amazon.awscdk.services.s3.Bucket getCloudFrontLoggingBucket()
Copyright © 2023. All rights reserved.