1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. bedrockagentcore
  5. getPolicyEngine

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.57.0
published on Monday, Mar 9, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.57.0
published on Monday, Mar 9, 2026 by Pulumi

    Resource Type definition for AWS::BedrockAgentCore::PolicyEngine

    Using getPolicyEngine

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getPolicyEngine(args: GetPolicyEngineArgs, opts?: InvokeOptions): Promise<GetPolicyEngineResult>
    function getPolicyEngineOutput(args: GetPolicyEngineOutputArgs, opts?: InvokeOptions): Output<GetPolicyEngineResult>
    def get_policy_engine(policy_engine_arn: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetPolicyEngineResult
    def get_policy_engine_output(policy_engine_arn: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetPolicyEngineResult]
    func LookupPolicyEngine(ctx *Context, args *LookupPolicyEngineArgs, opts ...InvokeOption) (*LookupPolicyEngineResult, error)
    func LookupPolicyEngineOutput(ctx *Context, args *LookupPolicyEngineOutputArgs, opts ...InvokeOption) LookupPolicyEngineResultOutput

    > Note: This function is named LookupPolicyEngine in the Go SDK.

    public static class GetPolicyEngine 
    {
        public static Task<GetPolicyEngineResult> InvokeAsync(GetPolicyEngineArgs args, InvokeOptions? opts = null)
        public static Output<GetPolicyEngineResult> Invoke(GetPolicyEngineInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPolicyEngineResult> getPolicyEngine(GetPolicyEngineArgs args, InvokeOptions options)
    public static Output<GetPolicyEngineResult> getPolicyEngine(GetPolicyEngineArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:bedrockagentcore:getPolicyEngine
      arguments:
        # arguments dictionary

    The following arguments are supported:

    PolicyEngineArn string
    The Amazon Resource Name (ARN) of the policy engine
    PolicyEngineArn string
    The Amazon Resource Name (ARN) of the policy engine
    policyEngineArn String
    The Amazon Resource Name (ARN) of the policy engine
    policyEngineArn string
    The Amazon Resource Name (ARN) of the policy engine
    policy_engine_arn str
    The Amazon Resource Name (ARN) of the policy engine
    policyEngineArn String
    The Amazon Resource Name (ARN) of the policy engine

    getPolicyEngine Result

    The following output properties are available:

    CreatedAt string
    The timestamp when the policy engine was created
    Description string
    A human-readable description of the policy engine's purpose and scope
    PolicyEngineArn string
    The Amazon Resource Name (ARN) of the policy engine
    PolicyEngineId string
    The unique identifier for the policy engine
    Status Pulumi.AwsNative.BedrockAgentCore.PolicyEngineStatus
    The current status of the policy engine
    StatusReasons List<string>
    Additional information about the policy engine status
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of tags to assign to the policy engine.
    UpdatedAt string
    The timestamp when the policy engine was last updated
    CreatedAt string
    The timestamp when the policy engine was created
    Description string
    A human-readable description of the policy engine's purpose and scope
    PolicyEngineArn string
    The Amazon Resource Name (ARN) of the policy engine
    PolicyEngineId string
    The unique identifier for the policy engine
    Status PolicyEngineStatus
    The current status of the policy engine
    StatusReasons []string
    Additional information about the policy engine status
    Tags Tag
    A list of tags to assign to the policy engine.
    UpdatedAt string
    The timestamp when the policy engine was last updated
    createdAt String
    The timestamp when the policy engine was created
    description String
    A human-readable description of the policy engine's purpose and scope
    policyEngineArn String
    The Amazon Resource Name (ARN) of the policy engine
    policyEngineId String
    The unique identifier for the policy engine
    status PolicyEngineStatus
    The current status of the policy engine
    statusReasons List<String>
    Additional information about the policy engine status
    tags List<Tag>
    A list of tags to assign to the policy engine.
    updatedAt String
    The timestamp when the policy engine was last updated
    createdAt string
    The timestamp when the policy engine was created
    description string
    A human-readable description of the policy engine's purpose and scope
    policyEngineArn string
    The Amazon Resource Name (ARN) of the policy engine
    policyEngineId string
    The unique identifier for the policy engine
    status PolicyEngineStatus
    The current status of the policy engine
    statusReasons string[]
    Additional information about the policy engine status
    tags Tag[]
    A list of tags to assign to the policy engine.
    updatedAt string
    The timestamp when the policy engine was last updated
    created_at str
    The timestamp when the policy engine was created
    description str
    A human-readable description of the policy engine's purpose and scope
    policy_engine_arn str
    The Amazon Resource Name (ARN) of the policy engine
    policy_engine_id str
    The unique identifier for the policy engine
    status PolicyEngineStatus
    The current status of the policy engine
    status_reasons Sequence[str]
    Additional information about the policy engine status
    tags Sequence[root_Tag]
    A list of tags to assign to the policy engine.
    updated_at str
    The timestamp when the policy engine was last updated
    createdAt String
    The timestamp when the policy engine was created
    description String
    A human-readable description of the policy engine's purpose and scope
    policyEngineArn String
    The Amazon Resource Name (ARN) of the policy engine
    policyEngineId String
    The unique identifier for the policy engine
    status "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED"
    The current status of the policy engine
    statusReasons List<String>
    Additional information about the policy engine status
    tags List<Property Map>
    A list of tags to assign to the policy engine.
    updatedAt String
    The timestamp when the policy engine was last updated

    Supporting Types

    PolicyEngineStatus

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.57.0
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.