Get Resolver Query Logging Config Result
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)
Properties
Link copied to clipboard
Count
Link copied to clipboard
Rfc3339TimeString
Link copied to clipboard
The id of the creator request.
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.