AwsElasticsearchDomainDomainEndpointOptions

public struct AwsElasticsearchDomainDomainEndpointOptions : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Whether to require that all traffic to the domain arrive over HTTPS.

    Declaration

    Swift

    public let enforceHTTPS: Bool?
  • The TLS security policy to apply to the HTTPS endpoint of the Elasticsearch domain. Valid values: Policy-Min-TLS-1-0-2019-07, which supports TLSv1.0 and higher Policy-Min-TLS-1-2-2019-07, which only supports TLSv1.2

    Declaration

    Swift

    public let tLSSecurityPolicy: String?
  • Undocumented

    Declaration

    Swift

    public init(enforceHTTPS: Bool? = nil, tLSSecurityPolicy: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws