GetVerifiedAccessEndpointResult

data class GetVerifiedAccessEndpointResult(val creationTime: String? = null, val description: String? = null, val deviceValidationDomain: String? = null, val endpointDomain: String? = null, val lastUpdatedTime: String? = null, val loadBalancerOptions: VerifiedAccessEndpointLoadBalancerOptions? = null, val networkInterfaceOptions: VerifiedAccessEndpointNetworkInterfaceOptions? = null, val policyDocument: String? = null, val policyEnabled: Boolean? = null, val sseSpecification: VerifiedAccessEndpointSseSpecification? = null, val status: String? = null, val tags: List<Tag>? = null, val verifiedAccessEndpointId: String? = null, val verifiedAccessGroupId: String? = null, val verifiedAccessInstanceId: String? = null)

Constructors

Link copied to clipboard
constructor(creationTime: String? = null, description: String? = null, deviceValidationDomain: String? = null, endpointDomain: String? = null, lastUpdatedTime: String? = null, loadBalancerOptions: VerifiedAccessEndpointLoadBalancerOptions? = null, networkInterfaceOptions: VerifiedAccessEndpointNetworkInterfaceOptions? = null, policyDocument: String? = null, policyEnabled: Boolean? = null, sseSpecification: VerifiedAccessEndpointSseSpecification? = null, status: String? = null, tags: List<Tag>? = null, verifiedAccessEndpointId: String? = null, verifiedAccessGroupId: String? = null, verifiedAccessInstanceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

The creation time.

Link copied to clipboard
val description: String? = null

A description for the AWS Verified Access endpoint.

Link copied to clipboard

Returned if endpoint has a device trust provider attached.

Link copied to clipboard
val endpointDomain: String? = null

A DNS name that is generated for the endpoint.

Link copied to clipboard
val lastUpdatedTime: String? = null

The last updated time.

Link copied to clipboard

The load balancer details if creating the AWS Verified Access endpoint as load-balancer type.

Link copied to clipboard

The options for network-interface type endpoint.

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 status: String? = null

The endpoint status.

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 ID of the AWS Verified Access endpoint.

Link copied to clipboard

The ID of the AWS Verified Access group.

Link copied to clipboard

The ID of the AWS Verified Access instance.