DbInstanceDbInstanceRoleArgs

data class DbInstanceDbInstanceRoleArgs(val featureName: Output<String>, val roleArn: Output<String>) : ConvertibleToJava<DbInstanceDbInstanceRoleArgs>

Constructors

Link copied to clipboard
fun DbInstanceDbInstanceRoleArgs(featureName: Output<String>, roleArn: Output<String>)

Functions

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

Properties

Link copied to clipboard
val featureName: Output<String>

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.

Link copied to clipboard
val roleArn: Output<String>

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