Skip to content

Bedrock Agentcore Control  >  Structures  >  PolicyGenerationSummary

PolicyGenerationSummary

Structure Class

PolicyGenerationSummary dataclass

Represents a metadata-only summary of a policy generation resource. This structure contains resource identifiers, status, timestamps, and findings without customer-encrypted fields such as status reasons. Policy generation 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 this policy generation request was created.

findings class-attribute instance-attribute
findings: str | None = None

Findings and insights from this policy generation process.

name instance-attribute
name: str

The customer-assigned name for this policy generation request.

policy_engine_id instance-attribute
policy_engine_id: str

The identifier of the policy engine associated with this generation request.

policy_generation_arn instance-attribute
policy_generation_arn: str

The ARN of this policy generation request.

policy_generation_id instance-attribute
policy_generation_id: str

The unique identifier for this policy generation request.

resource instance-attribute
resource: Resource

The resource information associated with this policy generation.

status instance-attribute

The current status of this policy generation request.

updated_at instance-attribute
updated_at: datetime

The timestamp when this policy generation was last updated.