Uses of Class
software.amazon.awscdk.services.ec2.CfnVerifiedAccessEndpoint.Builder
-
Uses of CfnVerifiedAccessEndpoint.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionCfnVerifiedAccessEndpoint.Builder.applicationDomain
(String applicationDomain) The DNS name for users to reach your application.CfnVerifiedAccessEndpoint.Builder.attachmentType
(String attachmentType) The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.CfnVerifiedAccessEndpoint.Builder.description
(String description) A description for the AWS Verified Access endpoint.CfnVerifiedAccessEndpoint.Builder.domainCertificateArn
(String domainCertificateArn) The ARN of a public TLS/SSL certificate imported into or created with ACM.CfnVerifiedAccessEndpoint.Builder.endpointDomainPrefix
(String endpointDomainPrefix) A custom identifier that is prepended to the DNS name that is generated for the endpoint.CfnVerifiedAccessEndpoint.Builder.endpointType
(String endpointType) The type of AWS Verified Access endpoint.CfnVerifiedAccessEndpoint.Builder.loadBalancerOptions
(IResolvable loadBalancerOptions) The load balancer details if creating the AWS Verified Access endpoint asload-balancer
type.CfnVerifiedAccessEndpoint.Builder.loadBalancerOptions
(CfnVerifiedAccessEndpoint.LoadBalancerOptionsProperty loadBalancerOptions) The load balancer details if creating the AWS Verified Access endpoint asload-balancer
type.CfnVerifiedAccessEndpoint.Builder.networkInterfaceOptions
(IResolvable networkInterfaceOptions) The options for network-interface type endpoint.CfnVerifiedAccessEndpoint.Builder.networkInterfaceOptions
(CfnVerifiedAccessEndpoint.NetworkInterfaceOptionsProperty networkInterfaceOptions) The options for network-interface type endpoint.CfnVerifiedAccessEndpoint.Builder.policyDocument
(String policyDocument) The Verified Access policy document.CfnVerifiedAccessEndpoint.Builder.policyEnabled
(Boolean policyEnabled) The status of the Verified Access policy.CfnVerifiedAccessEndpoint.Builder.policyEnabled
(IResolvable policyEnabled) The status of the Verified Access policy.CfnVerifiedAccessEndpoint.Builder.securityGroupIds
(List<String> securityGroupIds) The IDs of the security groups for the endpoint.The tags.CfnVerifiedAccessEndpoint.Builder.verifiedAccessGroupId
(String verifiedAccessGroupId) The ID of the AWS Verified Access group.