aws-cdk-lib.aws_opsworks.CfnStack.RdsDbInstanceProperty

interface RdsDbInstanceProperty

LanguageType name
.NETAmazon.CDK.AWS.OpsWorks.CfnStack.RdsDbInstanceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsopsworks#CfnStack_RdsDbInstanceProperty
Javasoftware.amazon.awscdk.services.opsworks.CfnStack.RdsDbInstanceProperty
Pythonaws_cdk.aws_opsworks.CfnStack.RdsDbInstanceProperty
TypeScript aws-cdk-lib » 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 { aws_opsworks as opsworks } from 'aws-cdk-lib';
const rdsDbInstanceProperty: opsworks.CfnStack.RdsDbInstanceProperty = {
  dbPassword: 'dbPassword',
  dbUser: 'dbUser',
  rdsDbInstanceArn: 'rdsDbInstanceArn',
};

Properties

NameTypeDescription
dbPasswordstringAWS OpsWorks Stacks returns *****FILTERED***** instead of the actual value.
dbUserstringThe master user name.
rdsDbInstanceArnstringThe 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.