We recommend new projects start with resources from the AWS provider.
aws-native.bedrock.AutomatedReasoningPolicyVersion
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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:
- Policy
Arn string - The Amazon Resource Name (ARN) of the policy.
- Last
Updated stringDefinition Hash - The hash of the policy definition that was last updated.
- List<Pulumi.
Aws Native. Inputs. Create Only Tag> - The tags associated with the Automated Reasoning policy version.
- Policy
Arn string - The Amazon Resource Name (ARN) of the policy.
- Last
Updated stringDefinition Hash - The hash of the policy definition that was last updated.
- Create
Only Tag Args - The tags associated with the Automated Reasoning policy version.
- policy
Arn String - The Amazon Resource Name (ARN) of the policy.
- last
Updated StringDefinition Hash - The hash of the policy definition that was last updated.
- List<Create
Only Tag> - The tags associated with the Automated Reasoning policy version.
- policy
Arn string - The Amazon Resource Name (ARN) of the policy.
- last
Updated stringDefinition Hash - The hash of the policy definition that was last updated.
- Create
Only Tag[] - The tags associated with the Automated Reasoning policy version.
- policy_
arn str - The Amazon Resource Name (ARN) of the policy.
- last_
updated_ strdefinition_ hash - The hash of the policy definition that was last updated.
- Sequence[Create
Only Tag Args] - The tags associated with the Automated Reasoning policy version.
- policy
Arn String - The Amazon Resource Name (ARN) of the policy.
- last
Updated StringDefinition Hash - The hash of the policy definition that was last updated.
- 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:
- 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.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
- id string
- The provider-assigned unique ID for this managed resource.
- 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.
- 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.
- 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.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
Supporting Types
CreateOnlyTag, CreateOnlyTagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.