Interface CfnDBCluster.IDBClusterRoleProperty
Describes an Amazon Identity and Access Management (IAM) role that is associated with a DB cluster.
Namespace: Amazon.CDK.AWS.Neptune
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDBClusterRoleProperty
Syntax (vb)
Public Interface IDBClusterRoleProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Neptune;
var dBClusterRoleProperty = new DBClusterRoleProperty {
RoleArn = "roleArn",
// the properties below are optional
FeatureName = "featureName"
};
Synopsis
Properties
Feature |
The name of the feature associated with the Amazon Identity and Access Management (IAM) role. |
Role |
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster. |
Properties
FeatureName
The name of the feature associated with the Amazon Identity and Access Management (IAM) role.
virtual string FeatureName { get; }
Property Value
System.
Remarks
For the list of supported feature names, see DescribeDBEngineVersions .
RoleArn
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
string RoleArn { get; }
Property Value
System.