interface RdsDbInstanceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.OpsWorks.CfnStack.RdsDbInstanceProperty |
![]() | software.amazon.awscdk.services.opsworks.CfnStack.RdsDbInstanceProperty |
![]() | aws_cdk.aws_opsworks.CfnStack.RdsDbInstanceProperty |
![]() | @aws-cdk/aws-opsworks » CfnStack » RdsDbInstanceProperty |
Describes an Amazon RDS instance.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as opsworks from '@aws-cdk/aws-opsworks';
const rdsDbInstanceProperty: opsworks.CfnStack.RdsDbInstanceProperty = {
dbPassword: 'dbPassword',
dbUser: 'dbUser',
rdsDbInstanceArn: 'rdsDbInstanceArn',
};
Properties
Name | Type | Description |
---|---|---|
db | string | AWS OpsWorks Stacks returns *****FILTERED***** instead of the actual value. |
db | string | The master user name. |
rds | string | The instance's ARN. |
dbPassword
Type:
string
AWS OpsWorks Stacks returns *****FILTERED*****
instead of the actual value.
dbUser
Type:
string
The master user name.
rdsDbInstanceArn
Type:
string
The instance's ARN.