GetOriginAccessIdentitiesResult

data class GetOriginAccessIdentitiesResult(val comments: List<String>? = null, val iamArns: List<String>, val id: String, val ids: List<String>, val s3CanonicalUserIds: List<String>)

A collection of values returned by getOriginAccessIdentities.

Constructors

Link copied to clipboard
constructor(comments: List<String>? = null, iamArns: List<String>, id: String, ids: List<String>, s3CanonicalUserIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val comments: List<String>? = null
Link copied to clipboard

Set of ARNs of the matched origin access identities.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Set of ids of the matched origin access identities.

Link copied to clipboard

Set of S3 canonical user IDs of the matched origin access identities.