associatedRoles

@JvmName(name = "rpeikphmcgdrwwta")
suspend fun associatedRoles(value: Output<List<DBClusterRoleArgs>>)
@JvmName(name = "cienxqpcvrldfled")
suspend fun associatedRoles(value: List<DBClusterRoleArgs>?)

Parameters

value

Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.


@JvmName(name = "dubdoqrnaxwteglh")
suspend fun associatedRoles(vararg values: Output<DBClusterRoleArgs>)


@JvmName(name = "unebexaxntmyhovp")
suspend fun associatedRoles(values: List<Output<DBClusterRoleArgs>>)
@JvmName(name = "qppfvjggoviyomxa")
suspend fun associatedRoles(vararg values: DBClusterRoleArgs)

Parameters

values

Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.


@JvmName(name = "gujbhopdvkrluukj")
suspend fun associatedRoles(argument: List<suspend DBClusterRoleArgsBuilder.() -> Unit>)
@JvmName(name = "fgaamebeovdtdmfy")
suspend fun associatedRoles(vararg argument: suspend DBClusterRoleArgsBuilder.() -> Unit)
@JvmName(name = "aukdixgqmdtmmkxx")
suspend fun associatedRoles(argument: suspend DBClusterRoleArgsBuilder.() -> Unit)

Parameters

argument

Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.