DBClusterRoleArgs

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

Definition of DBClusterRole

Constructors

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

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 RDS API Reference.

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

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(): DBClusterRoleArgs