View a markdown version of this page

PolicyGenerationSummary - Amazon Bedrock AgentCore Control Plane

PolicyGenerationSummary

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 AWS KMS key.

Contents

createdAt

The timestamp when this policy generation request was created.

Type: Timestamp

Required: Yes

name

The customer-assigned name for this policy generation request.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 48.

Pattern: [A-Za-z][A-Za-z0-9_]*

Required: Yes

policyEngineId

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

Type: String

Length Constraints: Minimum length of 12. Maximum length of 59.

Pattern: [A-Za-z][A-Za-z0-9_]*-[a-z0-9_]{10}

Required: Yes

policyGenerationArn

The ARN of this policy generation request.

Type: String

Length Constraints: Minimum length of 103. Maximum length of 210.

Pattern: arn:aws[-a-z]{0,7}:bedrock-agentcore:[a-z0-9-]{9,15}:[0-9]{12}:policy-engine/[a-zA-Z][a-zA-Z0-9-_]{0,47}-[a-zA-Z0-9_]{10}/policy-generation/[a-zA-Z][a-zA-Z0-9-_]{0,47}-[a-zA-Z0-9_]{10}

Required: Yes

policyGenerationId

The unique identifier for this policy generation request.

Type: String

Length Constraints: Minimum length of 12. Maximum length of 59.

Pattern: [A-Za-z][A-Za-z0-9_]*-[a-z0-9_]{10}

Required: Yes

resource

The resource information associated with this policy generation.

Type: Resource object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: Yes

status

The current status of this policy generation request.

Type: String

Valid Values: GENERATING | GENERATED | GENERATE_FAILED | DELETE_FAILED

Required: Yes

updatedAt

The timestamp when this policy generation was last updated.

Type: Timestamp

Required: Yes

findings

Findings and insights from this policy generation process.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: