Show / Hide Table of Contents

Class ServiceElasticsearchUserConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceElasticsearchUserConfigArgs
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.Aiven.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class ServiceElasticsearchUserConfigArgs : ResourceArgs

Constructors

View Source

ServiceElasticsearchUserConfigArgs()

Declaration
public ServiceElasticsearchUserConfigArgs()

Properties

View Source

CustomDomain

Declaration
public Input<string> CustomDomain { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DisableReplicationFactorAdjustment

Declaration
public Input<string> DisableReplicationFactorAdjustment { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Elasticsearch

Declaration
public Input<ServiceElasticsearchUserConfigElasticsearchArgs> Elasticsearch { get; set; }
Property Value
Type Description
Input<ServiceElasticsearchUserConfigElasticsearchArgs>
View Source

ElasticsearchVersion

Declaration
public Input<string> ElasticsearchVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IndexPatterns

Declaration
public InputList<ServiceElasticsearchUserConfigIndexPatternArgs> IndexPatterns { get; set; }
Property Value
Type Description
InputList<ServiceElasticsearchUserConfigIndexPatternArgs>
View Source

IpFilters

Declaration
public InputList<string> IpFilters { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Kibana

Declaration
public Input<ServiceElasticsearchUserConfigKibanaArgs> Kibana { get; set; }
Property Value
Type Description
Input<ServiceElasticsearchUserConfigKibanaArgs>
View Source

MaxIndexCount

Declaration
public Input<int> MaxIndexCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PrivateAccess

Declaration
public Input<ServiceElasticsearchUserConfigPrivateAccessArgs> PrivateAccess { get; set; }
Property Value
Type Description
Input<ServiceElasticsearchUserConfigPrivateAccessArgs>
View Source

PublicAccess

Declaration
public Input<ServiceElasticsearchUserConfigPublicAccessArgs> PublicAccess { get; set; }
Property Value
Type Description
Input<ServiceElasticsearchUserConfigPublicAccessArgs>
View Source

RecoveryBasebackupName

Declaration
public Input<string> RecoveryBasebackupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServiceToForkFrom

Declaration
public Input<string> ServiceToForkFrom { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.