PolicyEngineSummary¶
Structure Class¶
PolicyEngineSummary
dataclass
¶
Represents a metadata-only summary of a policy engine resource. This structure contains resource identifiers, status, and timestamps without customer-encrypted fields such as description or status reasons. Policy engine summaries are returned by operations that do not require access to the customer's KMS key.
Attributes¶
created_at
instance-attribute
¶
created_at: datetime
The timestamp when the policy engine was originally created.
encryption_key_arn
class-attribute
instance-attribute
¶
encryption_key_arn: str | None = None
The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.
policy_engine_arn
instance-attribute
¶
policy_engine_arn: str
The Amazon Resource Name (ARN) of the policy engine.
policy_engine_id
instance-attribute
¶
policy_engine_id: str
The unique identifier for the policy engine.
updated_at
instance-attribute
¶
updated_at: datetime
The timestamp when the policy engine was last modified.