1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. bedrock
  6. getAutomatedReasoningPolicy

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

Viewing docs for AWS Cloud Control v1.63.0
published on Monday, May 4, 2026 by Pulumi
aws-native logo

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

Viewing docs for AWS Cloud Control v1.63.0
published on Monday, May 4, 2026 by Pulumi

    Definition of AWS::Bedrock::AutomatedReasoningPolicy Resource Type

    Using getAutomatedReasoningPolicy

    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 getAutomatedReasoningPolicy(args: GetAutomatedReasoningPolicyArgs, opts?: InvokeOptions): Promise<GetAutomatedReasoningPolicyResult>
    function getAutomatedReasoningPolicyOutput(args: GetAutomatedReasoningPolicyOutputArgs, opts?: InvokeOptions): Output<GetAutomatedReasoningPolicyResult>
    def get_automated_reasoning_policy(policy_arn: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetAutomatedReasoningPolicyResult
    def get_automated_reasoning_policy_output(policy_arn: pulumi.Input[Optional[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetAutomatedReasoningPolicyResult]
    func LookupAutomatedReasoningPolicy(ctx *Context, args *LookupAutomatedReasoningPolicyArgs, opts ...InvokeOption) (*LookupAutomatedReasoningPolicyResult, error)
    func LookupAutomatedReasoningPolicyOutput(ctx *Context, args *LookupAutomatedReasoningPolicyOutputArgs, opts ...InvokeOption) LookupAutomatedReasoningPolicyResultOutput

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

    public static class GetAutomatedReasoningPolicy 
    {
        public static Task<GetAutomatedReasoningPolicyResult> InvokeAsync(GetAutomatedReasoningPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetAutomatedReasoningPolicyResult> Invoke(GetAutomatedReasoningPolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAutomatedReasoningPolicyResult> getAutomatedReasoningPolicy(GetAutomatedReasoningPolicyArgs args, InvokeOptions options)
    public static Output<GetAutomatedReasoningPolicyResult> getAutomatedReasoningPolicy(GetAutomatedReasoningPolicyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:bedrock:getAutomatedReasoningPolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    PolicyArn string
    The Amazon Resource Name (ARN) of the policy.
    PolicyArn string
    The Amazon Resource Name (ARN) of the policy.
    policyArn String
    The Amazon Resource Name (ARN) of the policy.
    policyArn string
    The Amazon Resource Name (ARN) of the policy.
    policy_arn str
    The Amazon Resource Name (ARN) of the policy.
    policyArn String
    The Amazon Resource Name (ARN) of the policy.

    getAutomatedReasoningPolicy Result

    The following output properties are available:

    CreatedAt string
    The timestamp when the policy was created.
    DefinitionHash string
    A hash of the policy definition used to identify the version.
    Description string
    The description of the policy.
    KmsKeyArn string
    Name string
    The name of the policy.
    PolicyArn string
    The Amazon Resource Name (ARN) of the policy.
    PolicyId string
    The unique identifier of the policy.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags associated with the Automated Reasoning policy.
    UpdatedAt string
    The timestamp when the policy was last updated.
    Version string
    The version of the policy.
    CreatedAt string
    The timestamp when the policy was created.
    DefinitionHash string
    A hash of the policy definition used to identify the version.
    Description string
    The description of the policy.
    KmsKeyArn string
    Name string
    The name of the policy.
    PolicyArn string
    The Amazon Resource Name (ARN) of the policy.
    PolicyId string
    The unique identifier of the policy.
    Tags Tag
    The tags associated with the Automated Reasoning policy.
    UpdatedAt string
    The timestamp when the policy was last updated.
    Version string
    The version of the policy.
    createdAt String
    The timestamp when the policy was created.
    definitionHash String
    A hash of the policy definition used to identify the version.
    description String
    The description of the policy.
    kmsKeyArn String
    name String
    The name of the policy.
    policyArn String
    The Amazon Resource Name (ARN) of the policy.
    policyId String
    The unique identifier of the policy.
    tags List<Tag>
    The tags associated with the Automated Reasoning policy.
    updatedAt String
    The timestamp when the policy was last updated.
    version String
    The version of the policy.
    createdAt string
    The timestamp when the policy was created.
    definitionHash string
    A hash of the policy definition used to identify the version.
    description string
    The description of the policy.
    kmsKeyArn string
    name string
    The name of the policy.
    policyArn string
    The Amazon Resource Name (ARN) of the policy.
    policyId string
    The unique identifier of the policy.
    tags Tag[]
    The tags associated with the Automated Reasoning policy.
    updatedAt string
    The timestamp when the policy was last updated.
    version string
    The version of the policy.
    created_at str
    The timestamp when the policy was created.
    definition_hash str
    A hash of the policy definition used to identify the version.
    description str
    The description of the policy.
    kms_key_arn str
    name str
    The name of the policy.
    policy_arn str
    The Amazon Resource Name (ARN) of the policy.
    policy_id str
    The unique identifier of the policy.
    tags Sequence[root_Tag]
    The tags associated with the Automated Reasoning policy.
    updated_at str
    The timestamp when the policy was last updated.
    version str
    The version of the policy.
    createdAt String
    The timestamp when the policy was created.
    definitionHash String
    A hash of the policy definition used to identify the version.
    description String
    The description of the policy.
    kmsKeyArn String
    name String
    The name of the policy.
    policyArn String
    The Amazon Resource Name (ARN) of the policy.
    policyId String
    The unique identifier of the policy.
    tags List<Property Map>
    The tags associated with the Automated Reasoning policy.
    updatedAt String
    The timestamp when the policy was last updated.
    version String
    The version of the policy.

    Supporting Types

    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.63.0
    published on Monday, May 4, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.