Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnDomainNamePropsMixin.Builder
Packages that use CfnDomainNamePropsMixin.Builder
-
Uses of CfnDomainNamePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.apigateway
Methods in software.amazon.awscdk.cfnpropertymixins.services.apigateway that return CfnDomainNamePropsMixin.BuilderModifier and TypeMethodDescriptionCfnDomainNamePropsMixin.Builder.certificateArn(String certificateArn) The reference to an AWS -managed certificate that will be used by edge-optimized endpoint or private endpoint for this domain name.CfnDomainNamePropsMixin.Builder.create()CfnDomainNamePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDomainNamePropsMixin.Builder.domainName(String domainName) The custom domain name as an API host name, for example,my-api.example.com.CfnDomainNamePropsMixin.Builder.endpointAccessMode(String endpointAccessMode) The endpoint access mode for your DomainName.CfnDomainNamePropsMixin.Builder.endpointConfiguration(CfnDomainNamePropsMixin.EndpointConfigurationProperty endpointConfiguration) The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.CfnDomainNamePropsMixin.Builder.endpointConfiguration(IResolvable endpointConfiguration) The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.CfnDomainNamePropsMixin.Builder.mutualTlsAuthentication(CfnDomainNamePropsMixin.MutualTlsAuthenticationProperty mutualTlsAuthentication) The mutual TLS authentication configuration for a custom domain name.CfnDomainNamePropsMixin.Builder.mutualTlsAuthentication(IResolvable mutualTlsAuthentication) The mutual TLS authentication configuration for a custom domain name.CfnDomainNamePropsMixin.Builder.ownershipVerificationCertificateArn(String ownershipVerificationCertificateArn) The ARN of the public certificate issued by ACM to validate ownership of your custom domain.CfnDomainNamePropsMixin.Builder.regionalCertificateArn(String regionalCertificateArn) The reference to an AWS -managed certificate that will be used for validating the regional domain name.CfnDomainNamePropsMixin.Builder.routingMode(String routingMode) The routing mode for this domain name.CfnDomainNamePropsMixin.Builder.securityPolicy(String securityPolicy) The Transport Layer Security (TLS) version + cipher suite for this DomainName.The collection of tags.