GetVerifiedAccessGroupResult

data class GetVerifiedAccessGroupResult(val creationTime: String? = null, val description: String? = null, val lastUpdatedTime: String? = null, val owner: String? = null, val policyDocument: String? = null, val policyEnabled: Boolean? = null, val sseSpecification: VerifiedAccessGroupSseSpecification? = null, val tags: List<Tag>? = null, val verifiedAccessGroupArn: String? = null, val verifiedAccessGroupId: String? = null, val verifiedAccessInstanceId: String? = null)

Constructors

Link copied to clipboard
constructor(creationTime: String? = null, description: String? = null, lastUpdatedTime: String? = null, owner: String? = null, policyDocument: String? = null, policyEnabled: Boolean? = null, sseSpecification: VerifiedAccessGroupSseSpecification? = null, tags: List<Tag>? = null, verifiedAccessGroupArn: String? = null, verifiedAccessGroupId: String? = null, verifiedAccessInstanceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

Time this Verified Access Group was created.

Link copied to clipboard
val description: String? = null

A description for the AWS Verified Access group.

Link copied to clipboard
val lastUpdatedTime: String? = null

Time this Verified Access Group was last updated.

Link copied to clipboard
val owner: String? = null

The AWS account number that owns the group.

Link copied to clipboard
val policyDocument: String? = null

The AWS Verified Access policy document.

Link copied to clipboard
val policyEnabled: Boolean? = null

The status of the Verified Access policy.

Link copied to clipboard

The configuration options for customer provided KMS encryption.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard

The ARN of the Verified Access group.

Link copied to clipboard

The ID of the AWS Verified Access group.

Link copied to clipboard

The ID of the AWS Verified Access instance.