Class GetServiceArgs
Inheritance
System.Object
GetServiceArgs
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
Syntax
public sealed class GetServiceArgs : InvokeArgs
Constructors
View Source
GetServiceArgs()
Declaration
Properties
View Source
Cassandra
Declaration
public GetServiceCassandraArgs Cassandra { get; set; }
Property Value
View Source
CassandraUserConfig
Declaration
public GetServiceCassandraUserConfigArgs CassandraUserConfig { get; set; }
Property Value
View Source
CloudName
Declaration
public string CloudName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Components
Declaration
public List<GetServiceComponentArgs> Components { get; set; }
Property Value
View Source
Elasticsearch
Declaration
public GetServiceElasticsearchArgs Elasticsearch { get; set; }
Property Value
View Source
ElasticsearchUserConfig
Declaration
public GetServiceElasticsearchUserConfigArgs ElasticsearchUserConfig { get; set; }
Property Value
View Source
Grafana
Declaration
public GetServiceGrafanaArgs Grafana { get; set; }
Property Value
View Source
GrafanaUserConfig
Declaration
public GetServiceGrafanaUserConfigArgs GrafanaUserConfig { get; set; }
Property Value
View Source
Influxdb
Declaration
public GetServiceInfluxdbArgs Influxdb { get; set; }
Property Value
View Source
InfluxdbUserConfig
Declaration
public GetServiceInfluxdbUserConfigArgs InfluxdbUserConfig { get; set; }
Property Value
View Source
Kafka
Declaration
public GetServiceKafkaArgs Kafka { get; set; }
Property Value
View Source
KafkaConnect
Declaration
public GetServiceKafkaConnectArgs KafkaConnect { get; set; }
Property Value
View Source
KafkaConnectUserConfig
Declaration
public GetServiceKafkaConnectUserConfigArgs KafkaConnectUserConfig { get; set; }
Property Value
View Source
KafkaUserConfig
Declaration
public GetServiceKafkaUserConfigArgs KafkaUserConfig { get; set; }
Property Value
View Source
MaintenanceWindowDow
Declaration
public string MaintenanceWindowDow { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
MaintenanceWindowTime
Declaration
public string MaintenanceWindowTime { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Mysql
Declaration
public GetServiceMysqlArgs Mysql { get; set; }
Property Value
View Source
MysqlUserConfig
Declaration
public GetServiceMysqlUserConfigArgs MysqlUserConfig { get; set; }
Property Value
View Source
Pg
Declaration
public GetServicePgArgs Pg { get; set; }
Property Value
View Source
PgUserConfig
Declaration
public GetServicePgUserConfigArgs PgUserConfig { get; set; }
Property Value
View Source
Plan
Declaration
public string Plan { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Project
Declaration
public string Project { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
ProjectVpcId
Declaration
public string ProjectVpcId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Redis
Declaration
public GetServiceRedisArgs Redis { get; set; }
Property Value
View Source
RedisUserConfig
Declaration
public GetServiceRedisUserConfigArgs RedisUserConfig { get; set; }
Property Value
View Source
ServiceHost
Declaration
public string ServiceHost { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
ServiceIntegrations
Declaration
public List<GetServiceServiceIntegrationArgs> ServiceIntegrations { get; set; }
Property Value
View Source
ServiceName
Declaration
public string ServiceName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
ServicePassword
Declaration
public string ServicePassword { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
ServicePort
Declaration
public int? ServicePort { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
ServiceType
Declaration
public string ServiceType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
ServiceUri
Declaration
public string ServiceUri { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
ServiceUsername
Declaration
public string ServiceUsername { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
State
Declaration
public string State { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
TerminationProtection
Declaration
public bool? TerminationProtection { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|