RdsDbInstance
public struct RdsDbInstance : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The instance’s address.
Declaration
Swift
public let address: String?
-
The DB instance identifier.
Declaration
Swift
public let dbInstanceIdentifier: String?
-
AWS OpsWorks Stacks returns **FILTERED** instead of the actual value.
Declaration
Swift
public let dbPassword: String?
-
The master user name.
Declaration
Swift
public let dbUser: String?
-
The instance’s database engine.
Declaration
Swift
public let engine: String?
-
Set to true if AWS OpsWorks Stacks is unable to discover the Amazon RDS instance. AWS OpsWorks Stacks attempts to discover the instance only once. If this value is set to true, you must deregister the instance, and then register it again.
Declaration
Swift
public let missingOnRds: Bool?
-
The instance’s ARN.
Declaration
Swift
public let rdsDbInstanceArn: String?
-
The instance’s AWS region.
Declaration
Swift
public let region: String?
-
The ID of the stack with which the instance is registered.
Declaration
Swift
public let stackId: String?
-
init(address:dbInstanceIdentifier:dbPassword:dbUser:engine:missingOnRds:rdsDbInstanceArn:region:stackId:)
Undocumented
Declaration
Swift
public init(address: String? = nil, dbInstanceIdentifier: String? = nil, dbPassword: String? = nil, dbUser: String? = nil, engine: String? = nil, missingOnRds: Bool? = nil, rdsDbInstanceArn: String? = nil, region: String? = nil, stackId: String? = nil)