Show / Hide Table of Contents

Class CfnDBCluster.DBClusterRoleProperty

Describes an Amazon Identity and Access Management (IAM) role that is associated with a DB cluster.

Inheritance
System.Object
CfnDBCluster.DBClusterRoleProperty
Implements
CfnDBCluster.IDBClusterRoleProperty
Namespace: Amazon.CDK.AWS.Neptune
Assembly: Amazon.CDK.AWS.Neptune.dll
Syntax (csharp)
public class DBClusterRoleProperty : Object, CfnDBCluster.IDBClusterRoleProperty
Syntax (vb)
Public Class DBClusterRoleProperty
    Inherits Object
    Implements CfnDBCluster.IDBClusterRoleProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-neptune-dbcluster-dbclusterrole.html

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

Constructors

DBClusterRoleProperty()

Properties

FeatureName

The name of the feature associated with the Amazon Identity and Access Management (IAM) role.

RoleArn

The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.

Constructors

DBClusterRoleProperty()

public DBClusterRoleProperty()

Properties

FeatureName

The name of the feature associated with the Amazon Identity and Access Management (IAM) role.

public string FeatureName { get; set; }
Property Value

System.String

Remarks

For the list of supported feature names, see DescribeDBEngineVersions .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-neptune-dbcluster-dbclusterrole.html#cfn-neptune-dbcluster-dbclusterrole-featurename

RoleArn

The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.

public string RoleArn { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-neptune-dbcluster-dbclusterrole.html#cfn-neptune-dbcluster-dbclusterrole-rolearn

Implements

CfnDBCluster.IDBClusterRoleProperty
Back to top Generated by DocFX