AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CreatePolicyEngine operation.
Creates a new policy engine within the AgentCore Policy system. A policy engine is
a collection of policies that evaluates and authorizes agent tool calls. When associated
with Gateways (each Gateway can be associated with at most one policy engine, but
multiple Gateways can be associated with the same engine), the policy engine intercepts
all agent requests and determines whether to allow or deny each action based on the
defined policies. This is an asynchronous operation. Use the GetPolicyEngine
operation to poll the status field to track completion.
Namespace: Amazon.BedrockAgentCoreControl.Model
Assembly: AWSSDK.BedrockAgentCoreControl.dll
Version: 3.x.y.z
public class CreatePolicyEngineRequest : AmazonBedrockAgentCoreControlRequest IAmazonWebServiceRequest
The CreatePolicyEngineRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
CreatePolicyEngineRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
ClientToken | System.String |
Gets and sets the property ClientToken. A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request with the same client token, the service returns the same response without creating a duplicate policy engine. |
|
Description | System.String |
Gets and sets the property Description. A human-readable description of the policy engine's purpose and scope (1-4,096 characters). This helps administrators understand the policy engine's role in the overall governance strategy. Document which Gateway this engine will be associated with, what types of tools or workflows it governs, and the team or service responsible for maintaining it. Clear descriptions are essential when managing multiple policy engines across different services or environments. |
|
EncryptionKeyArn | System.String |
Gets and sets the property EncryptionKeyArn. The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data. |
|
Name | System.String |
Gets and sets the property Name. The customer-assigned immutable name for the policy engine. This name identifies the policy engine and cannot be changed after creation. |
|
Tags | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Tags. A map of tag keys and values to assign to an AgentCore Policy. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5