Class CloudFrontToOaiToS3
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awsconstructs.services.cloudfrontoais3.CloudFrontToOaiToS3
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.110.0 (build 336b265)",
date="2025-04-03T20:17:05.754Z")
public class CloudFrontToOaiToS3
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
ConstructorsModifierConstructorDescriptionprotectedCloudFrontToOaiToS3(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCloudFrontToOaiToS3(software.amazon.jsii.JsiiObjectRef objRef) CloudFrontToOaiToS3(software.constructs.Construct scope, String id, CloudFrontToOaiToS3Props props) -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awscdk.services.cloudfront.Functionsoftware.amazon.awscdk.services.s3.Bucketsoftware.amazon.awscdk.services.s3.Bucketsoftware.amazon.awscdk.services.cloudfront.Distributionsoftware.amazon.awscdk.services.cloudfront.OriginAccessIdentitysoftware.amazon.awscdk.services.s3.Bucketsoftware.amazon.awscdk.services.s3.IBucketsoftware.amazon.awscdk.services.s3.BucketMethods 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
-
CloudFrontToOaiToS3
protected CloudFrontToOaiToS3(software.amazon.jsii.JsiiObjectRef objRef) -
CloudFrontToOaiToS3
protected CloudFrontToOaiToS3(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CloudFrontToOaiToS3
public CloudFrontToOaiToS3(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CloudFrontToOaiToS3Props 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
-
getCloudFrontWebDistribution
@NotNull public software.amazon.awscdk.services.cloudfront.Distribution getCloudFrontWebDistribution() -
getOriginAccessIdentity
@NotNull public software.amazon.awscdk.services.cloudfront.OriginAccessIdentity getOriginAccessIdentity() -
getS3BucketInterface
@NotNull public software.amazon.awscdk.services.s3.IBucket getS3BucketInterface() -
getCloudFrontFunction
@Nullable public software.amazon.awscdk.services.cloudfront.Function getCloudFrontFunction() -
getCloudFrontLoggingBucket
@Nullable public software.amazon.awscdk.services.s3.Bucket getCloudFrontLoggingBucket() -
getCloudFrontLoggingBucketAccessLogBucket
@Nullable public software.amazon.awscdk.services.s3.Bucket getCloudFrontLoggingBucketAccessLogBucket() -
getS3Bucket
@Nullable public software.amazon.awscdk.services.s3.Bucket getS3Bucket() -
getS3LoggingBucket
@Nullable public software.amazon.awscdk.services.s3.Bucket getS3LoggingBucket()
-