aws-cdk-lib.aws_neptune.CfnDBCluster.DBClusterRoleProperty

interface DBClusterRoleProperty

LanguageType name
.NETAmazon.CDK.AWS.Neptune.CfnDBCluster.DBClusterRoleProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsneptune#CfnDBCluster_DBClusterRoleProperty
Javasoftware.amazon.awscdk.services.neptune.CfnDBCluster.DBClusterRoleProperty
Pythonaws_cdk.aws_neptune.CfnDBCluster.DBClusterRoleProperty
TypeScript aws-cdk-lib » aws_neptune » CfnDBCluster » DBClusterRoleProperty

Describes an Amazon 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_neptune as neptune } from 'aws-cdk-lib';
const dBClusterRoleProperty: neptune.CfnDBCluster.DBClusterRoleProperty = {
  roleArn: 'roleArn',

  // the properties below are optional
  featureName: 'featureName',
};

Properties

NameTypeDescription
roleArnstringThe Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
featureName?stringThe name of the feature associated with the Amazon 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 Amazon Identity and Access Management (IAM) role.

For the list of supported feature names, see DescribeDBEngineVersions .