Uses of Class
software.amazon.awscdk.services.apigatewayv2.DomainName.Builder
Packages that use DomainName.Builder
-
Uses of DomainName.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return DomainName.BuilderModifier and TypeMethodDescriptionDomainName.Builder.certificate(ICertificate certificate) The ACM certificate for this domain name.DomainName.Builder.certificateName(String certificateName) The user-friendly name of the certificate that will be used by the endpoint for this domain name.static DomainName.BuilderDomainName.Builder.domainName(String domainName) The custom domain name.DomainName.Builder.endpointType(EndpointType endpointType) The type of endpoint for this DomainName.DomainName.Builder.ipAddressType(IpAddressType ipAddressType) The IP address types that can invoke the API.DomainName.Builder.mtls(MTLSConfig mtls) The mutual TLS authentication configuration for a custom domain name.DomainName.Builder.ownershipCertificate(ICertificate ownershipCertificate) A public certificate issued by ACM to validate that you own a custom domain.DomainName.Builder.securityPolicy(SecurityPolicy securityPolicy) The Transport Layer Security (TLS) version + cipher suite for this domain name.