Class ProjectState
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()
Namespace: Pulumi.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class ProjectState : ResourceArgs
Constructors
View SourceProjectState()
Declaration
public ProjectState()
Properties
View SourceAccountId
Account ID
Declaration
public Input<string> AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BillingAddress
Billing name and address of the project
Declaration
public Input<string> BillingAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BillingEmails
Billing contact emails of the project
Declaration
public InputList<string> BillingEmails { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
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> |
CardId
Credit card ID
Declaration
public Input<string> CardId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
CountryCode
Billing country code of the project
Declaration
public Input<string> CountryCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectName
Project name
Declaration
public Input<string> ProjectName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TechnicalEmails
Technical contact emails of the project
Declaration
public InputList<string> TechnicalEmails { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |