CloudFrontOriginAccessIdentity
public struct CloudFrontOriginAccessIdentity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The current configuration information for the identity.
Declaration
Swift
public let cloudFrontOriginAccessIdentityConfig: CloudFrontOriginAccessIdentityConfig?
-
The ID for the origin access identity, for example, E74FTE3AJFJ256A.
Declaration
Swift
public let id: 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.
Declaration
Swift
public let s3CanonicalUserId: String
-
Undocumented
Declaration
Swift
public init(cloudFrontOriginAccessIdentityConfig: CloudFrontOriginAccessIdentityConfig? = nil, id: String, s3CanonicalUserId: String)