DbClusterDbClusterRole

data class DbClusterDbClusterRole(val featureName: String? = null, val roleArn: String)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val featureName: 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

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