GetRolePolicyAttachmentsResult

data class GetRolePolicyAttachmentsResult(val attachments: List<GetRolePolicyAttachmentsAttachment>, val id: String, val ids: List<String>, val outputFile: String? = null, val roleName: String)

A collection of values returned by getRolePolicyAttachments.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Role Policy Attachment Entries. Each element contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of Role Policy Attachment IDs.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard