Show / Hide Table of Contents

Class DomainDomainEndpointOptionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainDomainEndpointOptionsArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DomainDomainEndpointOptionsArgs : ResourceArgs

Constructors

View Source

DomainDomainEndpointOptionsArgs()

Declaration
public DomainDomainEndpointOptionsArgs()

Properties

View Source

EnforceHttps

Whether or not to require HTTPS

Declaration
public Input<bool> EnforceHttps { get; set; }
Property Value
Type Description
Input<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 Input<string> TlsSecurityPolicy { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.