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.CloudFrontOriginAccessIdentitySummary

Description

 
Synopsis

Documentation

data CloudFrontOriginAccessIdentitySummary Source #

Summary of the information about a CloudFront origin access identity.

See: newCloudFrontOriginAccessIdentitySummary smart constructor.

Constructors

CloudFrontOriginAccessIdentitySummary' 

Fields

  • id :: Text

    The ID for the origin access identity. For example: E74FTE3AJFJ256A.

  • s3CanonicalUserId :: Text

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

  • comment :: Text

    The comment for this origin access identity, as originally specified when created.

Instances

Instances details
Eq CloudFrontOriginAccessIdentitySummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentitySummary

Read CloudFrontOriginAccessIdentitySummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentitySummary

Show CloudFrontOriginAccessIdentitySummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentitySummary

Generic CloudFrontOriginAccessIdentitySummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentitySummary

NFData CloudFrontOriginAccessIdentitySummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentitySummary

Hashable CloudFrontOriginAccessIdentitySummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentitySummary

FromXML CloudFrontOriginAccessIdentitySummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentitySummary

type Rep CloudFrontOriginAccessIdentitySummary Source # 
Instance details

Defined in Amazonka.CloudFront.Types.CloudFrontOriginAccessIdentitySummary

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

newCloudFrontOriginAccessIdentitySummary Source #

Create a value of CloudFrontOriginAccessIdentitySummary 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:id:CloudFrontOriginAccessIdentitySummary', cloudFrontOriginAccessIdentitySummary_id - The ID for the origin access identity. For example: E74FTE3AJFJ256A.

$sel:s3CanonicalUserId:CloudFrontOriginAccessIdentitySummary', cloudFrontOriginAccessIdentitySummary_s3CanonicalUserId - The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

$sel:comment:CloudFrontOriginAccessIdentitySummary', cloudFrontOriginAccessIdentitySummary_comment - The comment for this origin access identity, as originally specified when created.

cloudFrontOriginAccessIdentitySummary_id :: Lens' CloudFrontOriginAccessIdentitySummary Text Source #

The ID for the origin access identity. For example: E74FTE3AJFJ256A.

cloudFrontOriginAccessIdentitySummary_s3CanonicalUserId :: Lens' CloudFrontOriginAccessIdentitySummary Text Source #

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

cloudFrontOriginAccessIdentitySummary_comment :: Lens' CloudFrontOriginAccessIdentitySummary Text Source #

The comment for this origin access identity, as originally specified when created.