@Generated(value="jsii-pacmak/1.78.1 (build 878761e)", date="2023-03-18T14:30:42.224Z") public class CloudFrontToApiGatewayToLambda extends software.constructs.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudFrontToApiGatewayToLambda.Builder
A fluent builder for
CloudFrontToApiGatewayToLambda. |
| Modifier | Constructor and Description |
|---|---|
|
CloudFrontToApiGatewayToLambda(software.constructs.Construct scope,
String id,
CloudFrontToApiGatewayToLambdaProps props) |
protected |
CloudFrontToApiGatewayToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CloudFrontToApiGatewayToLambda(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.apigateway.RestApi |
getApiGateway() |
software.amazon.awscdk.services.iam.Role |
getApiGatewayCloudWatchRole() |
software.amazon.awscdk.services.logs.LogGroup |
getApiGatewayLogGroup() |
software.amazon.awscdk.services.cloudfront.Function |
getCloudFrontFunction() |
software.amazon.awscdk.services.s3.Bucket |
getCloudFrontLoggingBucket() |
software.amazon.awscdk.services.cloudfront.Distribution |
getCloudFrontWebDistribution() |
software.amazon.awscdk.services.lambda.Function |
getLambdaFunction() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CloudFrontToApiGatewayToLambda(software.amazon.jsii.JsiiObjectRef objRef)
protected CloudFrontToApiGatewayToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public CloudFrontToApiGatewayToLambda(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CloudFrontToApiGatewayToLambdaProps 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.logs.LogGroup getApiGatewayLogGroup()
@NotNull public software.amazon.awscdk.services.cloudfront.Distribution getCloudFrontWebDistribution()
@NotNull public software.amazon.awscdk.services.lambda.Function getLambdaFunction()
@Nullable public software.amazon.awscdk.services.iam.Role getApiGatewayCloudWatchRole()
@Nullable public software.amazon.awscdk.services.cloudfront.Function getCloudFrontFunction()
@Nullable public software.amazon.awscdk.services.s3.Bucket getCloudFrontLoggingBucket()
Copyright © 2023. All rights reserved.