Class GetServiceElasticsearchUserConfigArgs
Inheritance
System.Object
GetServiceElasticsearchUserConfigArgs
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()
Assembly: Pulumi.Aiven.dll
public sealed class GetServiceElasticsearchUserConfigArgs : InvokeArgs
Constructors
View Source
Declaration
public GetServiceElasticsearchUserConfigArgs()
Properties
View Source
CustomDomain
Declaration
public string CustomDomain { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string DisableReplicationFactorAdjustment { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public GetServiceElasticsearchUserConfigElasticsearchArgs Elasticsearch { get; set; }
Property Value
View Source
Declaration
public string ElasticsearchVersion { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public List<GetServiceElasticsearchUserConfigIndexPatternArgs> IndexPatterns { get; set; }
Property Value
View Source
Declaration
public List<string> IpFilters { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
View Source
Declaration
public GetServiceElasticsearchUserConfigKibanaArgs Kibana { get; set; }
Property Value
View Source
Declaration
public int? MaxIndexCount { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public GetServiceElasticsearchUserConfigPrivateAccessArgs PrivateAccess { get; set; }
Property Value
View Source
Declaration
public GetServiceElasticsearchUserConfigPublicAccessArgs PublicAccess { get; set; }
Property Value
View Source
Declaration
public string RecoveryBasebackupName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string ServiceToForkFrom { get; set; }
Property Value
| Type |
Description |
| System.String |
|