Class ServiceElasticsearchUserConfigArgs
Inheritance
System.Object
ServiceElasticsearchUserConfigArgs
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 ServiceElasticsearchUserConfigArgs : ResourceArgs
Constructors
View Source
Declaration
public ServiceElasticsearchUserConfigArgs()
Properties
View Source
CustomDomain
Declaration
public Input<string> CustomDomain { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> DisableReplicationFactorAdjustment { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<ServiceElasticsearchUserConfigElasticsearchArgs> Elasticsearch { get; set; }
Property Value
View Source
Declaration
public Input<string> ElasticsearchVersion { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<ServiceElasticsearchUserConfigIndexPatternArgs> IndexPatterns { get; set; }
Property Value
View Source
Declaration
public InputList<string> IpFilters { get; set; }
Property Value
View Source
Declaration
public Input<ServiceElasticsearchUserConfigKibanaArgs> Kibana { get; set; }
Property Value
View Source
Declaration
public Input<int> MaxIndexCount { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<ServiceElasticsearchUserConfigPrivateAccessArgs> PrivateAccess { get; set; }
Property Value
View Source
Declaration
public Input<ServiceElasticsearchUserConfigPublicAccessArgs> PublicAccess { get; set; }
Property Value
View Source
Declaration
public Input<string> RecoveryBasebackupName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> ServiceToForkFrom { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|