Get Verified Access Group Result
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)
Properties
Link copied to clipboard
Time this Verified Access Group was created.
Link copied to clipboard
A description for the AWS Verified Access group.
Link copied to clipboard
Time this Verified Access Group was last updated.
Link copied to clipboard
The AWS Verified Access policy document.
Link copied to clipboard
The status of the Verified Access policy.
Link copied to clipboard
The configuration options for customer provided KMS encryption.
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.