Uses of Interface
software.amazon.awscdk.services.cloudfront.IOriginAccessIdentity
Packages that use IOriginAccessIdentity
Package
Description
Amazon CloudFront Construct Library
CloudFront Origins for the CDK CloudFront Library
-
Uses of IOriginAccessIdentity in software.amazon.awscdk.services.cloudfront
Subinterfaces of IOriginAccessIdentity in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIOriginAccessIdentity
.Classes in software.amazon.awscdk.services.cloudfront that implement IOriginAccessIdentityModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
An origin access identity is a special CloudFront user that you can associate with Amazon S3 origins, so that you can secure all or just some of your Amazon S3 content.Methods in software.amazon.awscdk.services.cloudfront that return IOriginAccessIdentityModifier and TypeMethodDescriptionstatic IOriginAccessIdentity
OriginAccessIdentity.fromOriginAccessIdentityName
(software.constructs.Construct scope, String id, String originAccessIdentityName) Creates a OriginAccessIdentity by providing the OriginAccessIdentityName.default IOriginAccessIdentity
S3OriginConfig.getOriginAccessIdentity()
The optional Origin Access Identity of the origin identity cloudfront will use when calling your s3 bucket.final IOriginAccessIdentity
S3OriginConfig.Jsii$Proxy.getOriginAccessIdentity()
Methods in software.amazon.awscdk.services.cloudfront with parameters of type IOriginAccessIdentityModifier and TypeMethodDescriptionS3OriginConfig.Builder.originAccessIdentity
(IOriginAccessIdentity originAccessIdentity) Sets the value ofS3OriginConfig.getOriginAccessIdentity()
-
Uses of IOriginAccessIdentity in software.amazon.awscdk.services.cloudfront.origins
Methods in software.amazon.awscdk.services.cloudfront.origins that return IOriginAccessIdentityModifier and TypeMethodDescriptiondefault IOriginAccessIdentity
S3OriginProps.getOriginAccessIdentity()
An optional Origin Access Identity of the origin identity cloudfront will use when calling your s3 bucket.final IOriginAccessIdentity
S3OriginProps.Jsii$Proxy.getOriginAccessIdentity()
Methods in software.amazon.awscdk.services.cloudfront.origins with parameters of type IOriginAccessIdentityModifier and TypeMethodDescriptionS3Origin.Builder.originAccessIdentity
(IOriginAccessIdentity originAccessIdentity) An optional Origin Access Identity of the origin identity cloudfront will use when calling your s3 bucket.S3OriginProps.Builder.originAccessIdentity
(IOriginAccessIdentity originAccessIdentity) Sets the value ofS3OriginProps.getOriginAccessIdentity()