Class ConnectionArgs
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.AliCloud.Gpdb
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ConnectionArgs : ResourceArgs
Constructors
View SourceConnectionArgs()
Declaration
public ConnectionArgs()
Properties
View SourceConnectionPrefix
Prefix of an Internet connection string. It must be checked for uniqueness. It may consist of lowercase letters, numbers, and underlines, and must start with a letter and have no more than 30 characters. Default to <instance_id> + '-tf'.
Declaration
public Input<string> ConnectionPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceId
The Id of instance that can run database.
Declaration
public Input<string> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Port
Internet connection port. Valid value: [3200-3999]. Default to 3306.
Declaration
public Input<string> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |