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
published on Monday, Mar 9, 2026 by Pulumi
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
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 dictionaryThe following arguments are supported:
- Policy
Engine stringArn - The Amazon Resource Name (ARN) of the policy engine
- Policy
Engine stringArn - The Amazon Resource Name (ARN) of the policy engine
- policy
Engine StringArn - The Amazon Resource Name (ARN) of the policy engine
- policy
Engine stringArn - The Amazon Resource Name (ARN) of the policy engine
- policy_
engine_ strarn - The Amazon Resource Name (ARN) of the policy engine
- policy
Engine StringArn - The Amazon Resource Name (ARN) of the policy engine
getPolicyEngine Result
The following output properties are available:
- Created
At string - The timestamp when the policy engine was created
- Description string
- A human-readable description of the policy engine's purpose and scope
- Policy
Engine stringArn - The Amazon Resource Name (ARN) of the policy engine
- Policy
Engine stringId - The unique identifier for the policy engine
- Status
Pulumi.
Aws Native. Bedrock Agent Core. Policy Engine Status - The current status of the policy engine
- Status
Reasons List<string> - Additional information about the policy engine status
-
List<Pulumi.
Aws Native. Outputs. Tag> - A list of tags to assign to the policy engine.
- Updated
At string - The timestamp when the policy engine was last updated
- Created
At string - The timestamp when the policy engine was created
- Description string
- A human-readable description of the policy engine's purpose and scope
- Policy
Engine stringArn - The Amazon Resource Name (ARN) of the policy engine
- Policy
Engine stringId - The unique identifier for the policy engine
- Status
Policy
Engine Status - The current status of the policy engine
- Status
Reasons []string - Additional information about the policy engine status
- Tag
- A list of tags to assign to the policy engine.
- Updated
At string - The timestamp when the policy engine was last updated
- created
At String - The timestamp when the policy engine was created
- description String
- A human-readable description of the policy engine's purpose and scope
- policy
Engine StringArn - The Amazon Resource Name (ARN) of the policy engine
- policy
Engine StringId - The unique identifier for the policy engine
- status
Policy
Engine Status - The current status of the policy engine
- status
Reasons List<String> - Additional information about the policy engine status
- List<Tag>
- A list of tags to assign to the policy engine.
- updated
At String - The timestamp when the policy engine was last updated
- created
At string - The timestamp when the policy engine was created
- description string
- A human-readable description of the policy engine's purpose and scope
- policy
Engine stringArn - The Amazon Resource Name (ARN) of the policy engine
- policy
Engine stringId - The unique identifier for the policy engine
- status
Policy
Engine Status - The current status of the policy engine
- status
Reasons string[] - Additional information about the policy engine status
- Tag[]
- A list of tags to assign to the policy engine.
- updated
At 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_ strarn - The Amazon Resource Name (ARN) of the policy engine
- policy_
engine_ strid - The unique identifier for the policy engine
- status
Policy
Engine Status - The current status of the policy engine
- status_
reasons Sequence[str] - Additional information about the policy engine status
- 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
- created
At String - The timestamp when the policy engine was created
- description String
- A human-readable description of the policy engine's purpose and scope
- policy
Engine StringArn - The Amazon Resource Name (ARN) of the policy engine
- policy
Engine StringId - 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
- status
Reasons List<String> - Additional information about the policy engine status
- List<Property Map>
- A list of tags to assign to the policy engine.
- updated
At String - The timestamp when the policy engine was last updated
Supporting Types
PolicyEngineStatus
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Mar 9, 2026 by Pulumi
