PolicyVersion

Contains details for the version of a policy. Policies define what operations a team that define the permissions for team resources.

The protected operation for a service integration might require specific permissions. For more information, see How other services work with Multi-party approval in the Multi-party approval User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

Amazon Resource Name (ARN) for the team.

Link copied to clipboard

Timestamp when the policy was created.

Link copied to clipboard

Document that contains the policy contents.

Link copied to clipboard

Determines if the specified policy is the default for the team.

Link copied to clipboard

Timestamp when the policy was last updated.

Link copied to clipboard

Name of the policy.

Link copied to clipboard

Amazon Resource Name (ARN) for the policy.

Link copied to clipboard

The type of policy.

Link copied to clipboard

Status for the policy. For example, if the policy is attachable or deprecated.

Link copied to clipboard

Verison ID

Functions

Link copied to clipboard
inline fun copy(block: PolicyVersion.Builder.() -> Unit = {}): PolicyVersion
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String