Skip to content

Bedrock Agentcore Control  >  Structures  >  PolicySummary

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.

name instance-attribute
name: str

The customer-assigned name of the policy.

policy_arn instance-attribute
policy_arn: str

The Amazon Resource Name (ARN) of the policy.

policy_engine_id instance-attribute
policy_engine_id: str

The identifier of the policy engine that manages this policy.

policy_id instance-attribute
policy_id: str

The unique identifier for the policy.

status instance-attribute
status: PolicyStatus

The current status of the policy.

updated_at instance-attribute
updated_at: datetime

The timestamp when the policy was last modified.