Show / Hide Table of Contents

Class ServiceArgs

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

Constructors

View Source

ServiceArgs()

Declaration
public ServiceArgs()

Properties

View Source

Cassandra

Cassandra specific server provided values

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

CassandraUserConfig

Cassandra specific user configurable settings

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

CloudName

Cloud the service runs in

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

Elasticsearch

Elasticsearch specific server provided values

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

ElasticsearchUserConfig

Elasticsearch specific user configurable settings

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

Grafana

Grafana specific server provided values

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

GrafanaUserConfig

Grafana specific user configurable settings

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

Influxdb

InfluxDB specific server provided values

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

InfluxdbUserConfig

InfluxDB specific user configurable settings

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

Kafka

Kafka specific server provided values

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

KafkaConnect

Kafka Connect specific server provided values

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

KafkaConnectUserConfig

Kafka Connect specific user configurable settings

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

KafkaUserConfig

Kafka specific user configurable settings

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

MaintenanceWindowDow

Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.

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

MaintenanceWindowTime

Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.

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

Mysql

MySQL specific server provided values

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

MysqlUserConfig

MySQL specific user configurable settings

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

Pg

PostgreSQL specific server provided values

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

PgUserConfig

PostgreSQL specific user configurable settings

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

Plan

Subscription plan

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

Project

Target project

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

ProjectVpcId

Identifier of the VPC the service should be in, if any

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

Redis

Redis specific server provided values

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

RedisUserConfig

Redis specific user configurable settings

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

ServiceIntegrations

Service integrations to specify when creating a service. Not applied after initial service creation

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

ServiceName

Service name

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

ServiceType

Service type code

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

TerminationProtection

Prevent service from being deleted. It is recommended to have this enabled for all services.

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