GetResolverQueryLoggingConfigResult

data class GetResolverQueryLoggingConfigResult(val arn: String? = null, val associationCount: Int? = null, val creationTime: String? = null, val creatorRequestId: String? = null, val id: String? = null, val ownerId: String? = null, val shareStatus: ResolverQueryLoggingConfigShareStatus? = null, val status: ResolverQueryLoggingConfigStatus? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, associationCount: Int? = null, creationTime: String? = null, creatorRequestId: String? = null, id: String? = null, ownerId: String? = null, shareStatus: ResolverQueryLoggingConfigShareStatus? = null, status: ResolverQueryLoggingConfigStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Arn

Link copied to clipboard
val associationCount: Int? = null

Count

Link copied to clipboard
val creationTime: String? = null

Rfc3339TimeString

Link copied to clipboard

The id of the creator request.

Link copied to clipboard
val id: String? = null

ResourceId

Link copied to clipboard
val ownerId: String? = null

AccountId

Link copied to clipboard

ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.

Link copied to clipboard

ResolverQueryLogConfigStatus, possible values are CREATING, CREATED, DELETED AND FAILED.