AwsElasticsearchDomainDomainEndpointOptions class
Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.
Constructors
- AwsElasticsearchDomainDomainEndpointOptions({bool? enforceHTTPS, String? tLSSecurityPolicy})
- 
          AwsElasticsearchDomainDomainEndpointOptions.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- enforceHTTPS → bool?
- 
  Whether to require that all traffic to the domain arrive over HTTPS.
  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 → String?
- 
  The TLS security policy to apply to the HTTPS endpoint of the Elasticsearch
domain.
  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