GetCloudFrontOriginAccessIdentityResult

data class GetCloudFrontOriginAccessIdentityResult(val cloudFrontOriginAccessIdentityConfig: CloudFrontOriginAccessIdentityConfig? = null, val id: String? = null, val s3CanonicalUserId: String? = null)

Constructors

Link copied to clipboard
constructor(cloudFrontOriginAccessIdentityConfig: CloudFrontOriginAccessIdentityConfig? = null, id: String? = null, s3CanonicalUserId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current configuration information for the identity.

Link copied to clipboard
val id: String? = null

The ID for the origin access identity, for example, E74FTE3AJFJ256A .

Link copied to clipboard

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. For example: b970b42360b81c8ddbd79d2f5df0069ba9033c8a79655752abe380cd6d63ba8bcf23384d568fcf89fc49700b5e11a0fd .