Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVerifiedAccessEndpointPropsMixin.Builder
Packages that use CfnVerifiedAccessEndpointPropsMixin.Builder
-
Uses of CfnVerifiedAccessEndpointPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnVerifiedAccessEndpointPropsMixin.BuilderModifier and TypeMethodDescriptionCfnVerifiedAccessEndpointPropsMixin.Builder.applicationDomain(String applicationDomain) The DNS name for users to reach your application.CfnVerifiedAccessEndpointPropsMixin.Builder.attachmentType(String attachmentType) The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.CfnVerifiedAccessEndpointPropsMixin.Builder.cidrOptions(CfnVerifiedAccessEndpointPropsMixin.CidrOptionsProperty cidrOptions) The options for a CIDR endpoint.CfnVerifiedAccessEndpointPropsMixin.Builder.cidrOptions(IResolvable cidrOptions) The options for a CIDR endpoint.CfnVerifiedAccessEndpointPropsMixin.Builder.create()CfnVerifiedAccessEndpointPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnVerifiedAccessEndpointPropsMixin.Builder.description(String description) A description for the AWS Verified Access endpoint.CfnVerifiedAccessEndpointPropsMixin.Builder.domainCertificateArn(String domainCertificateArn) The ARN of a public TLS/SSL certificate imported into or created with ACM.CfnVerifiedAccessEndpointPropsMixin.Builder.endpointDomainPrefix(String endpointDomainPrefix) A custom identifier that is prepended to the DNS name that is generated for the endpoint.CfnVerifiedAccessEndpointPropsMixin.Builder.endpointType(String endpointType) The type of AWS Verified Access endpoint.CfnVerifiedAccessEndpointPropsMixin.Builder.loadBalancerOptions(CfnVerifiedAccessEndpointPropsMixin.LoadBalancerOptionsProperty loadBalancerOptions) The load balancer details if creating the AWS Verified Access endpoint asload-balancertype.CfnVerifiedAccessEndpointPropsMixin.Builder.loadBalancerOptions(IResolvable loadBalancerOptions) The load balancer details if creating the AWS Verified Access endpoint asload-balancertype.CfnVerifiedAccessEndpointPropsMixin.Builder.networkInterfaceOptions(CfnVerifiedAccessEndpointPropsMixin.NetworkInterfaceOptionsProperty networkInterfaceOptions) The options for network-interface type endpoint.CfnVerifiedAccessEndpointPropsMixin.Builder.networkInterfaceOptions(IResolvable networkInterfaceOptions) The options for network-interface type endpoint.CfnVerifiedAccessEndpointPropsMixin.Builder.policyDocument(String policyDocument) The Verified Access policy document.CfnVerifiedAccessEndpointPropsMixin.Builder.policyEnabled(Boolean policyEnabled) The status of the Verified Access policy.CfnVerifiedAccessEndpointPropsMixin.Builder.policyEnabled(IResolvable policyEnabled) The status of the Verified Access policy.CfnVerifiedAccessEndpointPropsMixin.Builder.rdsOptions(CfnVerifiedAccessEndpointPropsMixin.RdsOptionsProperty rdsOptions) The options for an RDS endpoint.CfnVerifiedAccessEndpointPropsMixin.Builder.rdsOptions(IResolvable rdsOptions) The options for an RDS endpoint.CfnVerifiedAccessEndpointPropsMixin.Builder.securityGroupIds(List<String> securityGroupIds) The IDs of the security groups for the endpoint.CfnVerifiedAccessEndpointPropsMixin.Builder.sseSpecification(CfnVerifiedAccessEndpointPropsMixin.SseSpecificationProperty sseSpecification) The options for additional server side encryption.CfnVerifiedAccessEndpointPropsMixin.Builder.sseSpecification(IResolvable sseSpecification) The options for additional server side encryption.The tags.CfnVerifiedAccessEndpointPropsMixin.Builder.verifiedAccessGroupId(String verifiedAccessGroupId) The ID of the AWS Verified Access group.