GetRolePolicyAttachmentsPlainArgs

data class GetRolePolicyAttachmentsPlainArgs(val ids: List<String>? = null, val outputFile: String? = null, val roleName: String) : ConvertibleToJava<GetRolePolicyAttachmentsPlainArgs>

A collection of arguments for invoking getRolePolicyAttachments.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, outputFile: String? = null, roleName: String)

Properties

Link copied to clipboard
val ids: List<String>? = null

A list of Role Policy Attachment IDs. The value is formulated as role:<policy_name>:<policy_type>:<role_name>.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard

The RAM role name.

Functions

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