Class RdsDbInstanceState
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.Aws.OpsWorks
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RdsDbInstanceState : ResourceArgs
Constructors
View SourceRdsDbInstanceState()
Declaration
public RdsDbInstanceState()
Properties
View SourceDbPassword
A db password
Declaration
public Input<string> DbPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DbUser
A db username
Declaration
public Input<string> DbUser { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RdsDbInstanceArn
The db instance to register for this stack. Changing this will force a new resource.
Declaration
public Input<string> RdsDbInstanceArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StackId
The stack to register a db instance for. Changing this will force a new resource.
Declaration
public Input<string> StackId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |