libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentity

Description

 
Synopsis

Documentation

data CloudFrontOriginAccessIdentity Source #

CloudFront origin access identity.

See: newCloudFrontOriginAccessIdentity smart constructor.

Constructors

CloudFrontOriginAccessIdentity' 

Fields

Instances

Instances details
Eq CloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentity

Read CloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentity

Show CloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentity

Generic CloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentity

Associated Types

type Rep CloudFrontOriginAccessIdentity :: Type -> Type #

NFData CloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentity

Hashable CloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentity

FromXML CloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentity

type Rep CloudFrontOriginAccessIdentity Source # 
Instance details

Defined in Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentity

type Rep CloudFrontOriginAccessIdentity = D1 ('MetaData "CloudFrontOriginAccessIdentity" "Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentity" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "CloudFrontOriginAccessIdentity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cloudFrontOriginAccessIdentityConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudFrontOriginAccessIdentityConfig)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3CanonicalUserId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCloudFrontOriginAccessIdentity Source #

Create a value of CloudFrontOriginAccessIdentity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cloudFrontOriginAccessIdentityConfig:CloudFrontOriginAccessIdentity', cloudFrontOriginAccessIdentity_cloudFrontOriginAccessIdentityConfig - The current configuration information for the identity.

$sel:id:CloudFrontOriginAccessIdentity', cloudFrontOriginAccessIdentity_id - The ID for the origin access identity, for example, E74FTE3AJFJ256A.

$sel:s3CanonicalUserId:CloudFrontOriginAccessIdentity', cloudFrontOriginAccessIdentity_s3CanonicalUserId - The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

cloudFrontOriginAccessIdentity_id :: Lens' CloudFrontOriginAccessIdentity Text Source #

The ID for the origin access identity, for example, E74FTE3AJFJ256A.

cloudFrontOriginAccessIdentity_s3CanonicalUserId :: Lens' CloudFrontOriginAccessIdentity Text Source #

The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.