PolicySummary¶
Structure Class¶
PolicySummary
dataclass
¶
Represents a metadata-only summary of a policy resource. This structure contains resource identifiers, status, and timestamps without customer-encrypted fields such as definition, description, or status reasons. Policy 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 was originally created.
enforcement_mode
class-attribute
instance-attribute
¶
enforcement_mode: EnforcementMode = EnforcementMode('ACTIVE')
The current enforcement mode of the policy.
policy_engine_id
instance-attribute
¶
policy_engine_id: str
The identifier of the policy engine that manages this policy.
updated_at
instance-attribute
¶
updated_at: datetime
The timestamp when the policy was last modified.