DomainEndpointOptions constructor

DomainEndpointOptions({
  1. String? customEndpoint,
  2. String? customEndpointCertificateArn,
  3. bool? customEndpointEnabled,
  4. bool? enforceHTTPS,
  5. TLSSecurityPolicy? tLSSecurityPolicy,
})

Implementation

DomainEndpointOptions({
  this.customEndpoint,
  this.customEndpointCertificateArn,
  this.customEndpointEnabled,
  this.enforceHTTPS,
  this.tLSSecurityPolicy,
});