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. [...]
read-only, inherited
- id → String
-
The ID for the origin access identity, for example,
E74FTE3AJFJ256A
.final - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- 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 non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited