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
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:
- policy_
arn str - The Amazon Resource Name (ARN) of the policy.
- version str
- The version number of the policy version.
getAutomatedReasoningPolicyVersion Result
The following output properties are available:
- Created
At string - The timestamp when the policy version was created.
- Definition
Hash 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.
- Policy
Id string - The unique identifier of the policy.
- Updated
At string - The timestamp when the policy version was last updated.
- Version string
- The version number of the policy version.
- Created
At string - The timestamp when the policy version was created.
- Definition
Hash 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.
- Policy
Id string - The unique identifier of the policy.
- Updated
At string - The timestamp when the policy version was last updated.
- Version string
- The version number of the policy version.
- created
At String - The timestamp when the policy version was created.
- definition
Hash 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.
- policy
Id String - The unique identifier of the policy.
- updated
At String - The timestamp when the policy version was last updated.
- version String
- The version number of the policy version.
- created
At string - The timestamp when the policy version was created.
- definition
Hash 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.
- policy
Id string - The unique identifier of the policy.
- updated
At 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.
- created
At String - The timestamp when the policy version was created.
- definition
Hash 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.
- policy
Id String - The unique identifier of the policy.
- updated
At 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
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