DbClusterDbClusterRoleArgs

data class DbClusterDbClusterRoleArgs(val featureName: Output<String>? = null, val roleArn: Output<String>) : ConvertibleToJava<DbClusterDbClusterRoleArgs>

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

Constructors

Link copied to clipboard
constructor(featureName: Output<String>? = null, roleArn: Output<String>)

Properties

Link copied to clipboard
val featureName: Output<String>? = null

The name of the feature associated with the AWS Identity and Access Management (IAM) role. For the list of supported feature names, see DBEngineVersion in the Amazon Neptune API Reference.

Link copied to clipboard
val roleArn: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): DbClusterDbClusterRoleArgs