CloudFrontOriginAccessIdentity class
CloudFront origin access identity.
Constructors
- CloudFrontOriginAccessIdentity({required String id, required String s3CanonicalUserId, CloudFrontOriginAccessIdentityConfig? cloudFrontOriginAccessIdentityConfig})
- CloudFrontOriginAccessIdentity.fromXml(XmlElement elem)
-
factory
Properties
- cloudFrontOriginAccessIdentityConfig → CloudFrontOriginAccessIdentityConfig?
-
The current configuration information for the identity.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The ID for the origin access identity. For example:
E74FTE3AJFJ256A
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s3CanonicalUserId → String
-
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.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited