DomainEndpointOptions class

Options to configure the endpoint for the domain.

Constructors

DomainEndpointOptions({String? customEndpoint, String? customEndpointCertificateArn, bool? customEndpointEnabled, bool? enforceHTTPS, TLSSecurityPolicy? tLSSecurityPolicy})
DomainEndpointOptions.fromJson(Map<String, dynamic> json)
factory

Properties

customEndpoint String?
The fully qualified domain for your custom endpoint.
final
customEndpointCertificateArn String?
The ACM certificate ARN for your custom endpoint.
final
customEndpointEnabled bool?
Whether to enable a custom endpoint for the domain.
final
enforceHTTPS bool?
Whether only HTTPS endpoint should be enabled for the domain.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tLSSecurityPolicy TLSSecurityPolicy?
Specify the TLS security policy to apply to the HTTPS endpoint of the domain.
Can be one of the following values:
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited