Show / Hide Table of Contents

Class DomainDomainEndpointOptions

Inheritance
System.Object
DomainDomainEndpointOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ElasticSearch.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DomainDomainEndpointOptions

Fields

View Source

EnforceHttps

Whether or not to require HTTPS

Declaration
public readonly bool EnforceHttps
Field Value
Type Description
System.Boolean
View Source

TlsSecurityPolicy

The name of the TLS security policy that needs to be applied to the HTTPS endpoint. Valid values: Policy-Min-TLS-1-0-2019-07 and Policy-Min-TLS-1-2-2019-07. This provider will only perform drift detection if a configuration value is provided.

Declaration
public readonly string TlsSecurityPolicy
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.