View a markdown version of this page

AWS::BedrockAgentCore::PolicyGeneration - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::BedrockAgentCore::PolicyGeneration

The AWS::BedrockAgentCore::PolicyGeneration resource Property description not available. for BedrockAgentCore.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::BedrockAgentCore::PolicyGeneration", "Properties" : { "Name" : String, "PolicyEngineId" : String, "Resource" : Resource } }

YAML

Type: AWS::BedrockAgentCore::PolicyGeneration Properties: Name: String PolicyEngineId: String Resource: Resource

Properties

Name

The customer-assigned name for this policy generation request.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 48

Update requires: Replacement

PolicyEngineId

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

Required: Yes

Type: String

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

Minimum: 12

Maximum: 59

Update requires: Replacement

Resource

The resource information associated with this policy generation.

Required: Yes

Type: Resource

Update requires: Replacement

Return values

Ref

Fn::GetAtt

CreatedAt

The timestamp when this policy generation request was created.

PolicyGenerationArn

The ARN of this policy generation request.

PolicyGenerationId

The unique identifier for this policy generation request.

Status

The current status of this policy generation request.

StatusReasons

Additional information about the generation status.

UpdatedAt

The timestamp when this policy generation was last updated.