Show / Hide Table of Contents

Interface CfnAutomatedReasoningPolicyPropsMixin.IPolicyDefinitionTypeProperty

A custom type definition within the policy.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Bedrock
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAutomatedReasoningPolicyPropsMixin.IPolicyDefinitionTypeProperty
Syntax (vb)
Public Interface CfnAutomatedReasoningPolicyPropsMixin.IPolicyDefinitionTypeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinitiontype.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.Bedrock;

             var policyDefinitionTypeProperty = new PolicyDefinitionTypeProperty {
                 Description = "description",
                 Name = "name",
                 Values = new [] { new PolicyDefinitionTypeValueProperty {
                     Description = "description",
                     Value = "value"
                 } }
             };

Synopsis

Properties

Description

A description of the custom type defined in the policy.

Name

The name of a custom type defined in the policy.

Values

The possible values for a custom type defined in the policy.

Properties

Description

A description of the custom type defined in the policy.

string? Description { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinitiontype.html#cfn-bedrock-automatedreasoningpolicy-policydefinitiontype-description

Name

The name of a custom type defined in the policy.

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinitiontype.html#cfn-bedrock-automatedreasoningpolicy-policydefinitiontype-name

Values

The possible values for a custom type defined in the policy.

object? Values { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-automatedreasoningpolicy-policydefinitiontype.html#cfn-bedrock-automatedreasoningpolicy-policydefinitiontype-values

Type union: either IResolvable or (either IResolvable or CfnAutomatedReasoningPolicyPropsMixin.IPolicyDefinitionTypeValueProperty)[]

Back to top Generated by DocFX