interface DBClusterRoleProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RDS.CfnDBCluster.DBClusterRoleProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrds#CfnDBCluster_DBClusterRoleProperty |
![]() | software.amazon.awscdk.services.rds.CfnDBCluster.DBClusterRoleProperty |
![]() | aws_cdk.aws_rds.CfnDBCluster.DBClusterRoleProperty |
![]() | aws-cdk-lib » aws_rds » CfnDBCluster » DBClusterRoleProperty |
Describes an AWS Identity and Access Management (IAM) role that is associated with a DB cluster.
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 dBClusterRoleProperty: rds.CfnDBCluster.DBClusterRoleProperty = {
roleArn: 'roleArn',
// the properties below are optional
featureName: 'featureName',
};
Properties
Name | Type | Description |
---|---|---|
role | string | The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster. |
feature | string | The name of the feature associated with the AWS Identity and Access Management (IAM) role. |
roleArn
Type:
string
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
featureName?
Type:
string
(optional)
The name of the feature associated with the AWS Identity and Access Management (IAM) role.
IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf. For the list of supported feature names, see the SupportedFeatureNames
description in DBEngineVersion in the Amazon RDS API Reference .