CreatePolicyEngineResponse

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 engine was created. This is automatically set by the service and used for auditing and lifecycle management.

Link copied to clipboard

A human-readable description of the policy engine's purpose.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

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

The timestamp when the policy engine was last updated. For newly created policy engines, 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