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

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

AWS Cloud Control v1.34.0 published on Friday, Sep 12, 2025 by Pulumi

aws-native.bedrock.getAutomatedReasoningPolicyVersion

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.34.0 published on Friday, Sep 12, 2025 by Pulumi

    Definition of AWS::Bedrock::AutomatedReasoningPolicyVersion Resource Type

    Using getAutomatedReasoningPolicyVersion

    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 getAutomatedReasoningPolicyVersion(args: GetAutomatedReasoningPolicyVersionArgs, opts?: InvokeOptions): Promise<GetAutomatedReasoningPolicyVersionResult>
    function getAutomatedReasoningPolicyVersionOutput(args: GetAutomatedReasoningPolicyVersionOutputArgs, opts?: InvokeOptions): Output<GetAutomatedReasoningPolicyVersionResult>
    def get_automated_reasoning_policy_version(policy_arn: Optional[str] = None,
                                               version: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetAutomatedReasoningPolicyVersionResult
    def get_automated_reasoning_policy_version_output(policy_arn: Optional[pulumi.Input[str]] = None,
                                               version: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetAutomatedReasoningPolicyVersionResult]
    func LookupAutomatedReasoningPolicyVersion(ctx *Context, args *LookupAutomatedReasoningPolicyVersionArgs, opts ...InvokeOption) (*LookupAutomatedReasoningPolicyVersionResult, error)
    func LookupAutomatedReasoningPolicyVersionOutput(ctx *Context, args *LookupAutomatedReasoningPolicyVersionOutputArgs, opts ...InvokeOption) LookupAutomatedReasoningPolicyVersionResultOutput

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

    public static class GetAutomatedReasoningPolicyVersion 
    {
        public static Task<GetAutomatedReasoningPolicyVersionResult> InvokeAsync(GetAutomatedReasoningPolicyVersionArgs args, InvokeOptions? opts = null)
        public static Output<GetAutomatedReasoningPolicyVersionResult> Invoke(GetAutomatedReasoningPolicyVersionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAutomatedReasoningPolicyVersionResult> getAutomatedReasoningPolicyVersion(GetAutomatedReasoningPolicyVersionArgs args, InvokeOptions options)
    public static Output<GetAutomatedReasoningPolicyVersionResult> getAutomatedReasoningPolicyVersion(GetAutomatedReasoningPolicyVersionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:bedrock:getAutomatedReasoningPolicyVersion
      arguments:
        # arguments dictionary

    The following arguments are supported:

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

    getAutomatedReasoningPolicyVersion Result

    The following output properties are available:

    CreatedAt string
    The timestamp when the policy version was created.
    DefinitionHash string
    A hash of the policy definition used to identify the version.
    Description string
    The description of the policy version.
    Name string
    The name of the policy version.
    PolicyId string
    The unique identifier of the policy.
    UpdatedAt string
    The timestamp when the policy version was last updated.
    Version string
    The version number of the policy version.
    CreatedAt string
    The timestamp when the policy version was created.
    DefinitionHash string
    A hash of the policy definition used to identify the version.
    Description string
    The description of the policy version.
    Name string
    The name of the policy version.
    PolicyId string
    The unique identifier of the policy.
    UpdatedAt string
    The timestamp when the policy version was last updated.
    Version string
    The version number of the policy version.
    createdAt String
    The timestamp when the policy version was created.
    definitionHash String
    A hash of the policy definition used to identify the version.
    description String
    The description of the policy version.
    name String
    The name of the policy version.
    policyId String
    The unique identifier of the policy.
    updatedAt String
    The timestamp when the policy version was last updated.
    version String
    The version number of the policy version.
    createdAt string
    The timestamp when the policy version was created.
    definitionHash string
    A hash of the policy definition used to identify the version.
    description string
    The description of the policy version.
    name string
    The name of the policy version.
    policyId string
    The unique identifier of the policy.
    updatedAt string
    The timestamp when the policy version was last updated.
    version string
    The version number of the policy version.
    created_at str
    The timestamp when the policy version was created.
    definition_hash str
    A hash of the policy definition used to identify the version.
    description str
    The description of the policy version.
    name str
    The name of the policy version.
    policy_id str
    The unique identifier of the policy.
    updated_at str
    The timestamp when the policy version was last updated.
    version str
    The version number of the policy version.
    createdAt String
    The timestamp when the policy version was created.
    definitionHash String
    A hash of the policy definition used to identify the version.
    description String
    The description of the policy version.
    name String
    The name of the policy version.
    policyId String
    The unique identifier of the policy.
    updatedAt String
    The timestamp when the policy version was last updated.
    version String
    The version number of the policy version.

    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.

    AWS Cloud Control v1.34.0 published on Friday, Sep 12, 2025 by Pulumi