CreatePolicyResponse

Types

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

Properties

Link copied to clipboard
val createdAt: <Error class: unknown class>

The timestamp when the policy was created. This is automatically set by the service and used for auditing and lifecycle management.

Link copied to clipboard

The Cedar policy statement that was created. This is the validated policy definition that will be used for agent behavior control and access decisions.

Link copied to clipboard

The human-readable description of the policy's purpose and functionality. This helps administrators understand and manage the policy.

Link copied to clipboard

The customer-assigned name of the created policy. This matches the name provided in the request and serves as the human-readable identifier for the policy.

Link copied to clipboard

The Amazon Resource Name (ARN) of the created policy. This globally unique identifier can be used for cross-service references and IAM policy statements.

Link copied to clipboard

The identifier of the policy engine that manages this policy. This confirms the policy engine assignment and is used for policy evaluation routing.

Link copied to clipboard

The unique identifier for the created policy. This is a system-generated identifier consisting of the user name plus a 10-character generated suffix, used for all subsequent policy operations.

Link copied to clipboard

The current status of the policy. A status of ACTIVE indicates the policy is ready for use.

Link copied to clipboard

Additional information about the policy status. This provides details about any failures or the current state of the policy creation process.

Link copied to clipboard
val updatedAt: <Error class: unknown class>

The timestamp when the policy was last updated. For newly created policies, this matches the createdAt timestamp.

Functions

Link copied to clipboard
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