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

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.AutomatedReasoningPolicyVersion

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

    Create AutomatedReasoningPolicyVersion Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new AutomatedReasoningPolicyVersion(name: string, args: AutomatedReasoningPolicyVersionArgs, opts?: CustomResourceOptions);
    @overload
    def AutomatedReasoningPolicyVersion(resource_name: str,
                                        args: AutomatedReasoningPolicyVersionArgs,
                                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def AutomatedReasoningPolicyVersion(resource_name: str,
                                        opts: Optional[ResourceOptions] = None,
                                        policy_arn: Optional[str] = None,
                                        last_updated_definition_hash: Optional[str] = None,
                                        tags: Optional[Sequence[_root_inputs.CreateOnlyTagArgs]] = None)
    func NewAutomatedReasoningPolicyVersion(ctx *Context, name string, args AutomatedReasoningPolicyVersionArgs, opts ...ResourceOption) (*AutomatedReasoningPolicyVersion, error)
    public AutomatedReasoningPolicyVersion(string name, AutomatedReasoningPolicyVersionArgs args, CustomResourceOptions? opts = null)
    public AutomatedReasoningPolicyVersion(String name, AutomatedReasoningPolicyVersionArgs args)
    public AutomatedReasoningPolicyVersion(String name, AutomatedReasoningPolicyVersionArgs args, CustomResourceOptions options)
    
    type: aws-native:bedrock:AutomatedReasoningPolicyVersion
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args AutomatedReasoningPolicyVersionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AutomatedReasoningPolicyVersionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AutomatedReasoningPolicyVersionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AutomatedReasoningPolicyVersionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AutomatedReasoningPolicyVersionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    AutomatedReasoningPolicyVersion Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The AutomatedReasoningPolicyVersion resource accepts the following input properties:

    PolicyArn string
    The Amazon Resource Name (ARN) of the policy.
    LastUpdatedDefinitionHash string
    The hash of the policy definition that was last updated.
    Tags List<Pulumi.AwsNative.Inputs.CreateOnlyTag>
    The tags associated with the Automated Reasoning policy version.
    PolicyArn string
    The Amazon Resource Name (ARN) of the policy.
    LastUpdatedDefinitionHash string
    The hash of the policy definition that was last updated.
    Tags CreateOnlyTagArgs
    The tags associated with the Automated Reasoning policy version.
    policyArn String
    The Amazon Resource Name (ARN) of the policy.
    lastUpdatedDefinitionHash String
    The hash of the policy definition that was last updated.
    tags List<CreateOnlyTag>
    The tags associated with the Automated Reasoning policy version.
    policyArn string
    The Amazon Resource Name (ARN) of the policy.
    lastUpdatedDefinitionHash string
    The hash of the policy definition that was last updated.
    tags CreateOnlyTag[]
    The tags associated with the Automated Reasoning policy version.
    policy_arn str
    The Amazon Resource Name (ARN) of the policy.
    last_updated_definition_hash str
    The hash of the policy definition that was last updated.
    tags Sequence[CreateOnlyTagArgs]
    The tags associated with the Automated Reasoning policy version.
    policyArn String
    The Amazon Resource Name (ARN) of the policy.
    lastUpdatedDefinitionHash String
    The hash of the policy definition that was last updated.
    tags List<Property Map>
    The tags associated with the Automated Reasoning policy version.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AutomatedReasoningPolicyVersion resource produces the following output properties:

    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.
    Id string
    The provider-assigned unique ID for this managed resource.
    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.
    Id string
    The provider-assigned unique ID for this managed resource.
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    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.
    id string
    The provider-assigned unique ID for this managed resource.
    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.
    id str
    The provider-assigned unique ID for this managed resource.
    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.
    id String
    The provider-assigned unique ID for this managed resource.
    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.

    Supporting Types

    CreateOnlyTag, CreateOnlyTagArgs

    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.

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