DBInstanceRoleArgs

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

Definition of DBInstanceRole

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. IAM roles that are associated with a DB instance grant permission for the DB instance to access other AWS services on your behalf. For the list of supported feature names, see the `SupportedFeatureNames` description in 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 instance.

Functions

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