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

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

AWS Cloud Control v1.35.0 published on Monday, Sep 22, 2025 by Pulumi

aws-native.bedrock.AutomatedReasoningPolicy

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.35.0 published on Monday, Sep 22, 2025 by Pulumi

    Definition of AWS::Bedrock::AutomatedReasoningPolicy Resource Type

    Create AutomatedReasoningPolicy Resource

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

    Constructor syntax

    new AutomatedReasoningPolicy(name: string, args?: AutomatedReasoningPolicyArgs, opts?: CustomResourceOptions);
    @overload
    def AutomatedReasoningPolicy(resource_name: str,
                                 args: Optional[AutomatedReasoningPolicyArgs] = None,
                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def AutomatedReasoningPolicy(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 description: Optional[str] = None,
                                 name: Optional[str] = None,
                                 policy_definition: Optional[AutomatedReasoningPolicyPolicyDefinitionArgs] = None,
                                 tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewAutomatedReasoningPolicy(ctx *Context, name string, args *AutomatedReasoningPolicyArgs, opts ...ResourceOption) (*AutomatedReasoningPolicy, error)
    public AutomatedReasoningPolicy(string name, AutomatedReasoningPolicyArgs? args = null, CustomResourceOptions? opts = null)
    public AutomatedReasoningPolicy(String name, AutomatedReasoningPolicyArgs args)
    public AutomatedReasoningPolicy(String name, AutomatedReasoningPolicyArgs args, CustomResourceOptions options)
    
    type: aws-native:bedrock:AutomatedReasoningPolicy
    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 AutomatedReasoningPolicyArgs
    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 AutomatedReasoningPolicyArgs
    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 AutomatedReasoningPolicyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AutomatedReasoningPolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AutomatedReasoningPolicyArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    AutomatedReasoningPolicy 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 AutomatedReasoningPolicy resource accepts the following input properties:

    Description string
    The description of the policy.
    Name string
    The name of the policy.
    PolicyDefinition Pulumi.AwsNative.Bedrock.Inputs.AutomatedReasoningPolicyPolicyDefinition
    The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags associated with the Automated Reasoning policy.
    Description string
    The description of the policy.
    Name string
    The name of the policy.
    PolicyDefinition AutomatedReasoningPolicyPolicyDefinitionArgs
    The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.
    Tags TagArgs
    The tags associated with the Automated Reasoning policy.
    description String
    The description of the policy.
    name String
    The name of the policy.
    policyDefinition AutomatedReasoningPolicyPolicyDefinition
    The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.
    tags List<Tag>
    The tags associated with the Automated Reasoning policy.
    description string
    The description of the policy.
    name string
    The name of the policy.
    policyDefinition AutomatedReasoningPolicyPolicyDefinition
    The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.
    tags Tag[]
    The tags associated with the Automated Reasoning policy.
    description str
    The description of the policy.
    name str
    The name of the policy.
    policy_definition AutomatedReasoningPolicyPolicyDefinitionArgs
    The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.
    tags Sequence[TagArgs]
    The tags associated with the Automated Reasoning policy.
    description String
    The description of the policy.
    name String
    The name of the policy.
    policyDefinition Property Map
    The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.
    tags List<Property Map>
    The tags associated with the Automated Reasoning policy.

    Outputs

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

    CreatedAt string
    The timestamp when the policy was created.
    DefinitionHash string
    A hash of the policy definition used to identify the version.
    Id string
    The provider-assigned unique ID for this managed resource.
    PolicyArn string
    The Amazon Resource Name (ARN) of the policy.
    PolicyId string
    The unique identifier of the 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.
    Id string
    The provider-assigned unique ID for this managed resource.
    PolicyArn string
    The Amazon Resource Name (ARN) of the policy.
    PolicyId string
    The unique identifier of the 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.
    id String
    The provider-assigned unique ID for this managed resource.
    policyArn String
    The Amazon Resource Name (ARN) of the policy.
    policyId String
    The unique identifier of the 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.
    id string
    The provider-assigned unique ID for this managed resource.
    policyArn string
    The Amazon Resource Name (ARN) of the policy.
    policyId string
    The unique identifier of the 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.
    id str
    The provider-assigned unique ID for this managed resource.
    policy_arn str
    The Amazon Resource Name (ARN) of the policy.
    policy_id str
    The unique identifier of the 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.
    id String
    The provider-assigned unique ID for this managed resource.
    policyArn String
    The Amazon Resource Name (ARN) of the policy.
    policyId String
    The unique identifier of the policy.
    updatedAt String
    The timestamp when the policy was last updated.
    version String
    The version of the policy.

    Supporting Types

    AutomatedReasoningPolicyPolicyDefinition, AutomatedReasoningPolicyPolicyDefinitionArgs

    Rules List<Pulumi.AwsNative.Bedrock.Inputs.AutomatedReasoningPolicyPolicyDefinitionRule>
    The rules definition block of an AutomatedReasoningPolicyDefinition.
    Types List<Pulumi.AwsNative.Bedrock.Inputs.AutomatedReasoningPolicyPolicyDefinitionType>
    The types definition block of an AutomatedReasoningPolicyDefinition.
    Variables List<Pulumi.AwsNative.Bedrock.Inputs.AutomatedReasoningPolicyPolicyDefinitionVariable>
    The variables definition block of an AutomatedReasoningPolicyDefinition.
    Version string
    The policy format version.
    Rules []AutomatedReasoningPolicyPolicyDefinitionRule
    The rules definition block of an AutomatedReasoningPolicyDefinition.
    Types []AutomatedReasoningPolicyPolicyDefinitionType
    The types definition block of an AutomatedReasoningPolicyDefinition.
    Variables []AutomatedReasoningPolicyPolicyDefinitionVariable
    The variables definition block of an AutomatedReasoningPolicyDefinition.
    Version string
    The policy format version.
    rules List<AutomatedReasoningPolicyPolicyDefinitionRule>
    The rules definition block of an AutomatedReasoningPolicyDefinition.
    types List<AutomatedReasoningPolicyPolicyDefinitionType>
    The types definition block of an AutomatedReasoningPolicyDefinition.
    variables List<AutomatedReasoningPolicyPolicyDefinitionVariable>
    The variables definition block of an AutomatedReasoningPolicyDefinition.
    version String
    The policy format version.
    rules AutomatedReasoningPolicyPolicyDefinitionRule[]
    The rules definition block of an AutomatedReasoningPolicyDefinition.
    types AutomatedReasoningPolicyPolicyDefinitionType[]
    The types definition block of an AutomatedReasoningPolicyDefinition.
    variables AutomatedReasoningPolicyPolicyDefinitionVariable[]
    The variables definition block of an AutomatedReasoningPolicyDefinition.
    version string
    The policy format version.
    rules Sequence[AutomatedReasoningPolicyPolicyDefinitionRule]
    The rules definition block of an AutomatedReasoningPolicyDefinition.
    types Sequence[AutomatedReasoningPolicyPolicyDefinitionType]
    The types definition block of an AutomatedReasoningPolicyDefinition.
    variables Sequence[AutomatedReasoningPolicyPolicyDefinitionVariable]
    The variables definition block of an AutomatedReasoningPolicyDefinition.
    version str
    The policy format version.
    rules List<Property Map>
    The rules definition block of an AutomatedReasoningPolicyDefinition.
    types List<Property Map>
    The types definition block of an AutomatedReasoningPolicyDefinition.
    variables List<Property Map>
    The variables definition block of an AutomatedReasoningPolicyDefinition.
    version String
    The policy format version.

    AutomatedReasoningPolicyPolicyDefinitionRule, AutomatedReasoningPolicyPolicyDefinitionRuleArgs

    Expression string
    The SMT expression for this rule
    Id string
    A unique id within the PolicyDefinition
    AlternateExpression string
    An alternate expression for this rule
    Expression string
    The SMT expression for this rule
    Id string
    A unique id within the PolicyDefinition
    AlternateExpression string
    An alternate expression for this rule
    expression String
    The SMT expression for this rule
    id String
    A unique id within the PolicyDefinition
    alternateExpression String
    An alternate expression for this rule
    expression string
    The SMT expression for this rule
    id string
    A unique id within the PolicyDefinition
    alternateExpression string
    An alternate expression for this rule
    expression str
    The SMT expression for this rule
    id str
    A unique id within the PolicyDefinition
    alternate_expression str
    An alternate expression for this rule
    expression String
    The SMT expression for this rule
    id String
    A unique id within the PolicyDefinition
    alternateExpression String
    An alternate expression for this rule

    AutomatedReasoningPolicyPolicyDefinitionType, AutomatedReasoningPolicyPolicyDefinitionTypeArgs

    Name string
    A name for this type.
    Values List<Pulumi.AwsNative.Bedrock.Inputs.AutomatedReasoningPolicyPolicyDefinitionTypeValue>
    A list of valid values for this type.
    Description string
    A natural language description of this type.
    Name string
    A name for this type.
    Values []AutomatedReasoningPolicyPolicyDefinitionTypeValue
    A list of valid values for this type.
    Description string
    A natural language description of this type.
    name String
    A name for this type.
    values List<AutomatedReasoningPolicyPolicyDefinitionTypeValue>
    A list of valid values for this type.
    description String
    A natural language description of this type.
    name string
    A name for this type.
    values AutomatedReasoningPolicyPolicyDefinitionTypeValue[]
    A list of valid values for this type.
    description string
    A natural language description of this type.
    name str
    A name for this type.
    values Sequence[AutomatedReasoningPolicyPolicyDefinitionTypeValue]
    A list of valid values for this type.
    description str
    A natural language description of this type.
    name String
    A name for this type.
    values List<Property Map>
    A list of valid values for this type.
    description String
    A natural language description of this type.

    AutomatedReasoningPolicyPolicyDefinitionTypeValue, AutomatedReasoningPolicyPolicyDefinitionTypeValueArgs

    Value string
    The value of the type value.
    Description string
    A natural language description of the type's value.
    Value string
    The value of the type value.
    Description string
    A natural language description of the type's value.
    value String
    The value of the type value.
    description String
    A natural language description of the type's value.
    value string
    The value of the type value.
    description string
    A natural language description of the type's value.
    value str
    The value of the type value.
    description str
    A natural language description of the type's value.
    value String
    The value of the type value.
    description String
    A natural language description of the type's value.

    AutomatedReasoningPolicyPolicyDefinitionVariable, AutomatedReasoningPolicyPolicyDefinitionVariableArgs

    Description string
    A natural language description of this variable.
    Name string
    A name from this variable.
    Type string
    A type for this variable.
    Description string
    A natural language description of this variable.
    Name string
    A name from this variable.
    Type string
    A type for this variable.
    description String
    A natural language description of this variable.
    name String
    A name from this variable.
    type String
    A type for this variable.
    description string
    A natural language description of this variable.
    name string
    A name from this variable.
    type string
    A type for this variable.
    description str
    A natural language description of this variable.
    name str
    A name from this variable.
    type str
    A type for this variable.
    description String
    A natural language description of this variable.
    name String
    A name from this variable.
    type String
    A type for this variable.

    Tag, TagArgs

    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.35.0 published on Monday, Sep 22, 2025 by Pulumi