Verified Access Endpoint Args
data class VerifiedAccessEndpointArgs(val applicationDomain: Output<String>? = null, val attachmentType: Output<String>? = null, val description: Output<String>? = null, val domainCertificateArn: Output<String>? = null, val endpointDomainPrefix: Output<String>? = null, val endpointType: Output<String>? = null, val loadBalancerOptions: Output<VerifiedAccessEndpointLoadBalancerOptionsArgs>? = null, val networkInterfaceOptions: Output<VerifiedAccessEndpointNetworkInterfaceOptionsArgs>? = null, val policyDocument: Output<String>? = null, val policyEnabled: Output<Boolean>? = null, val securityGroupIds: Output<List<String>>? = null, val sseSpecification: Output<VerifiedAccessEndpointSseSpecificationArgs>? = null, val tags: Output<List<VerifiedAccessEndpointTagArgs>>? = null, val verifiedAccessGroupId: Output<String>? = null) : ConvertibleToJava<VerifiedAccessEndpointArgs>
The AWS::EC2::VerifiedAccessEndpoint resource creates an AWS EC2 Verified Access Endpoint.
Constructors
Link copied to clipboard
fun VerifiedAccessEndpointArgs(applicationDomain: Output<String>? = null, attachmentType: Output<String>? = null, description: Output<String>? = null, domainCertificateArn: Output<String>? = null, endpointDomainPrefix: Output<String>? = null, endpointType: Output<String>? = null, loadBalancerOptions: Output<VerifiedAccessEndpointLoadBalancerOptionsArgs>? = null, networkInterfaceOptions: Output<VerifiedAccessEndpointNetworkInterfaceOptionsArgs>? = null, policyDocument: Output<String>? = null, policyEnabled: Output<Boolean>? = null, securityGroupIds: Output<List<String>>? = null, sseSpecification: Output<VerifiedAccessEndpointSseSpecificationArgs>? = null, tags: Output<List<VerifiedAccessEndpointTagArgs>>? = null, verifiedAccessGroupId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard