DomainEndpointOptions constructor
DomainEndpointOptions({
- String? customEndpoint,
- String? customEndpointCertificateArn,
- bool? customEndpointEnabled,
- bool? enforceHTTPS,
- TLSSecurityPolicy? tLSSecurityPolicy,
Implementation
DomainEndpointOptions({
this.customEndpoint,
this.customEndpointCertificateArn,
this.customEndpointEnabled,
this.enforceHTTPS,
this.tLSSecurityPolicy,
});