@Generated(value="jsii-pacmak/1.20.0 (build b943ab5)", date="2021-02-06T01:38:08.304Z") public class CloudFrontToApiGatewayToLambda extends software.amazon.awscdk.core.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudFrontToApiGatewayToLambda.Builder
A fluent builder for
CloudFrontToApiGatewayToLambda. |
| Modifier | Constructor and Description |
|---|---|
|
CloudFrontToApiGatewayToLambda(software.amazon.awscdk.core.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.s3.Bucket |
getCloudFrontLoggingBucket() |
software.amazon.awscdk.services.cloudfront.Distribution |
getCloudFrontWebDistribution() |
software.amazon.awscdk.services.lambda.Version |
getEdgeLambdaFunctionVersion() |
software.amazon.awscdk.services.lambda.Function |
getLambdaFunction() |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, 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.amazon.awscdk.core.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.iam.Role getApiGatewayCloudWatchRole()
@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.s3.Bucket getCloudFrontLoggingBucket()
@Nullable public software.amazon.awscdk.services.lambda.Version getEdgeLambdaFunctionVersion()
Copyright © 2021. All rights reserved.