CfnAutomatedReasoningPolicyVersionMixinProps

class aws_cdk.mixins_preview.aws_bedrock.mixins.CfnAutomatedReasoningPolicyVersionMixinProps(*, last_updated_definition_hash=None, policy_arn=None, tags=None)

Bases: object

Properties 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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicyversion.html

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicyversion.html#cfn-bedrock-automatedreasoningpolicyversion-lastupdateddefinitionhash

policy_arn

The Amazon Resource Name (ARN) of the policy.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicyversion.html#cfn-bedrock-automatedreasoningpolicyversion-policyarn

tags

The tags associated with the Automated Reasoning policy version.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-automatedreasoningpolicyversion.html#cfn-bedrock-automatedreasoningpolicyversion-tags