GetPolicyResult

data class GetPolicyResult(val arn: String, val attachmentCount: Int, val description: String, val id: String, val name: String, val path: String, val pathPrefix: String? = null, val policy: String, val policyId: String, val tags: Map<String, String>)

A collection of values returned by getPolicy.

Constructors

Link copied to clipboard
constructor(arn: String, attachmentCount: Int, description: String, id: String, name: String, path: String, pathPrefix: String? = null, policy: String, policyId: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the policy.

Link copied to clipboard

Number of entities (users, groups, and roles) that the policy is attached to.

Link copied to clipboard

Description of the policy.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Path to the policy.

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

Policy document of the policy.

Link copied to clipboard

Policy's ID.

Link copied to clipboard

Key-value mapping of tags for the IAM Policy.