#[non_exhaustive]pub struct CloudFrontOriginAccessIdentity { /* private fields */ }
Expand description
CloudFront origin access identity.
Implementations§
source§impl CloudFrontOriginAccessIdentity
impl CloudFrontOriginAccessIdentity
sourcepub fn id(&self) -> Option<&str>
pub fn id(&self) -> Option<&str>
The ID for the origin access identity, for example, E74FTE3AJFJ256A
.
sourcepub fn s3_canonical_user_id(&self) -> Option<&str>
pub fn s3_canonical_user_id(&self) -> Option<&str>
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.
sourcepub fn cloud_front_origin_access_identity_config(
&self
) -> Option<&CloudFrontOriginAccessIdentityConfig>
pub fn cloud_front_origin_access_identity_config(
&self
) -> Option<&CloudFrontOriginAccessIdentityConfig>
The current configuration information for the identity.
source§impl CloudFrontOriginAccessIdentity
impl CloudFrontOriginAccessIdentity
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CloudFrontOriginAccessIdentity
.
Trait Implementations§
source§impl Clone for CloudFrontOriginAccessIdentity
impl Clone for CloudFrontOriginAccessIdentity
source§fn clone(&self) -> CloudFrontOriginAccessIdentity
fn clone(&self) -> CloudFrontOriginAccessIdentity
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<CloudFrontOriginAccessIdentity> for CloudFrontOriginAccessIdentity
impl PartialEq<CloudFrontOriginAccessIdentity> for CloudFrontOriginAccessIdentity
source§fn eq(&self, other: &CloudFrontOriginAccessIdentity) -> bool
fn eq(&self, other: &CloudFrontOriginAccessIdentity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.