Uses of Enum
software.amazon.awscdk.services.cloudfront.AccessLevel
Package
Description
Amazon CloudFront Construct Library
CloudFront Origins for the CDK CloudFront Library
-
Uses of AccessLevel in software.amazon.awscdk.services.cloudfront
Modifier and TypeMethodDescriptionstatic AccessLevel
Returns the enum constant of this type with the specified name.static AccessLevel[]
AccessLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AccessLevel in software.amazon.awscdk.services.cloudfront.origins
Modifier and TypeMethodDescriptiondefault List<AccessLevel>
S3BucketOriginWithOACProps.getOriginAccessLevels()
The level of permissions granted in the bucket policy and key policy (if applicable) to the CloudFront distribution.final List<AccessLevel>
S3BucketOriginWithOACProps.Jsii$Proxy.getOriginAccessLevels()
Modifier and TypeMethodDescriptionS3BucketOriginWithOACProps.Builder.originAccessLevels
(List<? extends AccessLevel> originAccessLevels) Sets the value ofS3BucketOriginWithOACProps.getOriginAccessLevels()