GetPolicyResult

data class GetPolicyResult(val arn: String, val awsManaged: Boolean, val content: String, val description: String, val id: String, val name: String, val policyId: String, val type: String)

A collection of values returned by getPolicy.

Constructors

Link copied to clipboard
constructor(arn: String, awsManaged: Boolean, content: String, description: String, id: String, name: String, policyId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name of the policy.

Link copied to clipboard

Indicates if a policy is an AWS managed policy.

Link copied to clipboard

The text content of the policy.

Link copied to clipboard

The description of the policy.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The friendly name of the policy.

Link copied to clipboard
Link copied to clipboard

The type of policy values can be SERVICE_CONTROL_POLICY | TAG_POLICY | BACKUP_POLICY | AISERVICES_OPT_OUT_POLICY