Show / Hide Table of Contents

Class ProjectArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectArgs
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 ProjectArgs : ResourceArgs

Constructors

View Source

ProjectArgs()

Declaration
public ProjectArgs()

Properties

View Source

AccountId

Account ID

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

BillingAddress

Billing name and address of the project

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

BillingEmails

Billing contact emails of the project

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

CaCert

Project root CA. This is used by some services like Kafka to sign service certificate

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

CardId

Credit card ID

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

CopyFromProject

Copy properties from another project. Only has effect when a new project is created.

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

CountryCode

Billing country code of the project

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

ProjectName

Project name

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

TechnicalEmails

Technical contact emails of the project

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