@Generated(value="jsii-pacmak/1.64.0 (build 4c1eae8)", date="2022-08-17T14:31:03.051Z") public class CloudFrontToS3 extends software.constructs.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudFrontToS3.Builder
A fluent builder for
CloudFrontToS3. |
| Modifier | Constructor and Description |
|---|---|
|
CloudFrontToS3(software.constructs.Construct scope,
String id,
CloudFrontToS3Props props) |
protected |
CloudFrontToS3(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CloudFrontToS3(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
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.s3.Bucket |
getS3Bucket() |
software.amazon.awscdk.services.s3.IBucket |
getS3BucketInterface() |
software.amazon.awscdk.services.s3.Bucket |
getS3LoggingBucket() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CloudFrontToS3(software.amazon.jsii.JsiiObjectRef objRef)
protected CloudFrontToS3(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public CloudFrontToS3(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CloudFrontToS3Props 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.cloudfront.Distribution getCloudFrontWebDistribution()
@NotNull public software.amazon.awscdk.services.s3.IBucket getS3BucketInterface()
@Nullable public software.amazon.awscdk.services.cloudfront.Function getCloudFrontFunction()
@Nullable public software.amazon.awscdk.services.s3.Bucket getCloudFrontLoggingBucket()
@Nullable public software.amazon.awscdk.services.s3.Bucket getS3Bucket()
@Nullable public software.amazon.awscdk.services.s3.Bucket getS3LoggingBucket()
Copyright © 2022. All rights reserved.