CfnAutomatedReasoningPolicyVersionMixinProps
- class aws_cdk.mixins_preview.aws_bedrock.mixins.CfnAutomatedReasoningPolicyVersionMixinProps(*, last_updated_definition_hash=None, policy_arn=None, tags=None)
Bases:
objectProperties for CfnAutomatedReasoningPolicyVersionPropsMixin.
- Parameters:
last_updated_definition_hash (
Optional[str]) – The hash of the policy definition that was last updated.policy_arn (
Optional[str]) – The Amazon Resource Name (ARN) of the policy.tags (
Optional[Sequence[Union[CfnTag,Dict[str,Any]]]]) – The tags associated with the Automated Reasoning policy version.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_bedrock import mixins as bedrock_mixins cfn_automated_reasoning_policy_version_mixin_props = bedrock_mixins.CfnAutomatedReasoningPolicyVersionMixinProps( last_updated_definition_hash="lastUpdatedDefinitionHash", policy_arn="policyArn", tags=[CfnTag( key="key", value="value" )] )
Attributes
- last_updated_definition_hash
The hash of the policy definition that was last updated.
- policy_arn
The Amazon Resource Name (ARN) of the policy.
- tags
The tags associated with the Automated Reasoning policy version.