interface DBShardGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RDS.DBShardGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrds#DBShardGroupReference |
![]() | software.amazon.awscdk.services.rds.DBShardGroupReference |
![]() | aws_cdk.aws_rds.DBShardGroupReference |
![]() | aws-cdk-lib » aws_rds » DBShardGroupReference |
A reference to a DBShardGroup resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rds as rds } from 'aws-cdk-lib';
const dBShardGroupReference: rds.DBShardGroupReference = {
dbShardGroupIdentifier: 'dbShardGroupIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
db | string | The DBShardGroupIdentifier of the DBShardGroup resource. |
dbShardGroupIdentifier
Type:
string
The DBShardGroupIdentifier of the DBShardGroup resource.