Get Verified Access Endpoint Result
data class GetVerifiedAccessEndpointResult(val cidrOptions: VerifiedAccessEndpointCidrOptions? = null, 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 rdsOptions: VerifiedAccessEndpointRdsOptions? = 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(cidrOptions: VerifiedAccessEndpointCidrOptions? = null, 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, rdsOptions: VerifiedAccessEndpointRdsOptions? = null, sseSpecification: VerifiedAccessEndpointSseSpecification? = null, status: String? = null, tags: List<Tag>? = null, verifiedAccessEndpointId: String? = null, verifiedAccessGroupId: String? = null, verifiedAccessInstanceId: String? = null)
Properties
Link copied to clipboard
The options for cidr type endpoint.
Link copied to clipboard
The creation time.
Link copied to clipboard
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
A DNS name that is generated for the endpoint.
Link copied to clipboard
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
The AWS Verified Access policy document.
Link copied to clipboard
The status of the Verified Access policy.
Link copied to clipboard
The options for rds type endpoint.
Link copied to clipboard
The configuration options for customer provided KMS encryption.
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.