Uses of Interface
software.amazon.awscdk.interfaces.cloudfront.ICloudFrontOriginAccessIdentityRef
Packages that use ICloudFrontOriginAccessIdentityRef
Package
Description
Amazon CloudFront Construct Library
CloudFront Origins for the CDK CloudFront Library
-
Uses of ICloudFrontOriginAccessIdentityRef in software.amazon.awscdk.interfaces.cloudfront
Subinterfaces of ICloudFrontOriginAccessIdentityRef in software.amazon.awscdk.interfaces.cloudfrontModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICloudFrontOriginAccessIdentityRef.Classes in software.amazon.awscdk.interfaces.cloudfront that implement ICloudFrontOriginAccessIdentityRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ICloudFrontOriginAccessIdentityRef in software.amazon.awscdk.services.cloudfront
Subinterfaces of ICloudFrontOriginAccessIdentityRef in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptioninterfaceInterface for CloudFront OriginAccessIdentity.static interfaceInternal default implementation forIOriginAccessIdentity.Classes in software.amazon.awscdk.services.cloudfront that implement ICloudFrontOriginAccessIdentityRefModifier and TypeClassDescriptionclassThe request to create a new origin access identity (OAI).static final classA proxy class which represents a concrete javascript instance of this type.classAn 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 with type parameters of type ICloudFrontOriginAccessIdentityRefModifier and TypeMethodDescriptionS3OriginConfig.Builder.originAccessIdentity(T1 originAccessIdentity) Sets the value ofS3OriginConfig.getOriginAccessIdentity()Methods in software.amazon.awscdk.services.cloudfront that return ICloudFrontOriginAccessIdentityRefModifier and TypeMethodDescriptionS3OriginConfig.getOriginAccessIdentity()The optional Origin Access Identity of the origin identity cloudfront will use when calling your s3 bucket.S3OriginConfig.Jsii$Proxy.getOriginAccessIdentity()Methods in software.amazon.awscdk.services.cloudfront with parameters of type ICloudFrontOriginAccessIdentityRefModifier and TypeMethodDescriptionstatic StringCfnCloudFrontOriginAccessIdentity.arnForCloudFrontOriginAccessIdentity(ICloudFrontOriginAccessIdentityRef resource) -
Uses of ICloudFrontOriginAccessIdentityRef in software.amazon.awscdk.services.cloudfront.origins
Methods in software.amazon.awscdk.services.cloudfront.origins with type parameters of type ICloudFrontOriginAccessIdentityRefModifier and TypeMethodDescriptionS3BucketOriginWithOAIProps.Builder.originAccessIdentity(T1 originAccessIdentity) Sets the value ofS3BucketOriginWithOAIProps.getOriginAccessIdentity()<T1 extends ICloudFrontOriginAccessIdentityRef & IGrantable>
S3Origin.BuilderS3Origin.Builder.originAccessIdentity(T1 originAccessIdentity) Deprecated.An optional Origin Access Identity of the origin identity cloudfront will use when calling your s3 bucket.S3OriginProps.Builder.originAccessIdentity(T1 originAccessIdentity) Sets the value ofS3OriginProps.getOriginAccessIdentity()Methods in software.amazon.awscdk.services.cloudfront.origins that return ICloudFrontOriginAccessIdentityRefModifier and TypeMethodDescriptionS3BucketOriginWithOAIProps.getOriginAccessIdentity()An optional Origin Access Identity.S3BucketOriginWithOAIProps.Jsii$Proxy.getOriginAccessIdentity()S3OriginProps.getOriginAccessIdentity()An optional Origin Access Identity of the origin identity cloudfront will use when calling your s3 bucket.S3OriginProps.Jsii$Proxy.getOriginAccessIdentity()