RdsDbInstance class

Describes an Amazon RDS instance.

Constructors

RdsDbInstance({String? address, String? dbInstanceIdentifier, String? dbPassword, String? dbUser, String? engine, bool? missingOnRds, String? rdsDbInstanceArn, String? region, String? stackId})
RdsDbInstance.fromJson(Map<String, dynamic> json)
factory

Properties

address String?
The instance's address.
final
dbInstanceIdentifier String?
The DB instance identifier.
final
dbPassword String?
AWS OpsWorks Stacks returns FILTERED instead of the actual value.
final
dbUser String?
The master user name.
final
engine String?
The instance's database engine.
final
hashCode int
The hash code for this object.
no setterinherited
missingOnRds bool?
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.
final
rdsDbInstanceArn String?
The instance's ARN.
final
region String?
The instance's AWS region.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackId String?
The ID of the stack with which the instance is registered.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited