public static interface CfnDBCluster.DBClusterRoleProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.neptune.*; DBClusterRoleProperty dBClusterRoleProperty = DBClusterRoleProperty.builder() .roleArn("roleArn") // the properties below are optional .featureName("featureName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDBCluster.DBClusterRoleProperty.Builder
A builder for
CfnDBCluster.DBClusterRoleProperty |
static class |
CfnDBCluster.DBClusterRoleProperty.Jsii$Proxy
An implementation for
CfnDBCluster.DBClusterRoleProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDBCluster.DBClusterRoleProperty.Builder |
builder() |
default java.lang.String |
getFeatureName()
The name of the feature associated with the Amazon Identity and Access Management (IAM) role.
|
java.lang.String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
|
java.lang.String getRoleArn()
default java.lang.String getFeatureName()
For the list of supported feature names, see DescribeDBEngineVersions .
static CfnDBCluster.DBClusterRoleProperty.Builder builder()