Policy

class Policy

Contains details for 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 policy.

Link copied to clipboard

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

Link copied to clipboard

Name of the policy.

Link copied to clipboard

The type of policy.

Functions

Link copied to clipboard
inline fun copy(block: Policy.Builder.() -> Unit = {}): Policy
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