Class DomainDomainEndpointOptionsArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DomainDomainEndpointOptionsArgs : ResourceArgs
Constructors
View SourceDomainDomainEndpointOptionsArgs()
Declaration
public DomainDomainEndpointOptionsArgs()
Properties
View SourceEnforceHttps
Whether or not to require HTTPS
Declaration
public Input<bool> EnforceHttps { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |