Show / Hide Table of Contents

Class RdsDbInstanceState

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

Constructors

View Source

RdsDbInstanceState()

Declaration
public RdsDbInstanceState()

Properties

View Source

DbPassword

A db password

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

DbUser

A db username

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

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.