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
published on Monday, May 4, 2026 by Pulumi
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
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 dictionaryThe following arguments are supported:
- Policy
Arn string - The Amazon Resource Name (ARN) of the policy.
- Policy
Arn string - The Amazon Resource Name (ARN) of the policy.
- policy
Arn String - The Amazon Resource Name (ARN) of the policy.
- policy
Arn string - The Amazon Resource Name (ARN) of the policy.
- policy_
arn str - The Amazon Resource Name (ARN) of the policy.
- policy
Arn String - The Amazon Resource Name (ARN) of the policy.
getAutomatedReasoningPolicy Result
The following output properties are available:
- Created
At string - The timestamp when the policy was created.
- Definition
Hash string - A hash of the policy definition used to identify the version.
- Description string
- The description of the policy.
- Kms
Key stringArn - Name string
- The name of the policy.
- Policy
Arn string - The Amazon Resource Name (ARN) of the policy.
- Policy
Id string - The unique identifier of the policy.
-
List<Pulumi.
Aws Native. Outputs. Tag> - The tags associated with the Automated Reasoning policy.
- Updated
At string - The timestamp when the policy was last updated.
- Version string
- The version of the policy.
- Created
At string - The timestamp when the policy was created.
- Definition
Hash string - A hash of the policy definition used to identify the version.
- Description string
- The description of the policy.
- Kms
Key stringArn - Name string
- The name of the policy.
- Policy
Arn string - The Amazon Resource Name (ARN) of the policy.
- Policy
Id string - The unique identifier of the policy.
- Tag
- The tags associated with the Automated Reasoning policy.
- Updated
At string - The timestamp when the policy was last updated.
- Version string
- The version of the policy.
- created
At String - The timestamp when the policy was created.
- definition
Hash String - A hash of the policy definition used to identify the version.
- description String
- The description of the policy.
- kms
Key StringArn - name String
- The name of the policy.
- policy
Arn String - The Amazon Resource Name (ARN) of the policy.
- policy
Id String - The unique identifier of the policy.
- List<Tag>
- The tags associated with the Automated Reasoning policy.
- updated
At String - The timestamp when the policy was last updated.
- version String
- The version of the policy.
- created
At string - The timestamp when the policy was created.
- definition
Hash string - A hash of the policy definition used to identify the version.
- description string
- The description of the policy.
- kms
Key stringArn - name string
- The name of the policy.
- policy
Arn string - The Amazon Resource Name (ARN) of the policy.
- policy
Id string - The unique identifier of the policy.
- Tag[]
- The tags associated with the Automated Reasoning policy.
- updated
At 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_ strarn - 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.
- 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.
- created
At String - The timestamp when the policy was created.
- definition
Hash String - A hash of the policy definition used to identify the version.
- description String
- The description of the policy.
- kms
Key StringArn - name String
- The name of the policy.
- policy
Arn String - The Amazon Resource Name (ARN) of the policy.
- policy
Id String - The unique identifier of the policy.
- List<Property Map>
- The tags associated with the Automated Reasoning policy.
- updated
At String - The timestamp when the policy was last updated.
- version String
- The version of the policy.
Supporting Types
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.63.0
published on Monday, May 4, 2026 by Pulumi
published on Monday, May 4, 2026 by Pulumi
