Show / Hide Table of Contents

Class CfnMemoryPropsMixin.NumberValidationProperty

Inheritance
object
CfnMemoryPropsMixin.NumberValidationProperty
Implements
CfnMemoryPropsMixin.INumberValidationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMemoryPropsMixin.NumberValidationProperty : CfnMemoryPropsMixin.INumberValidationProperty
Syntax (vb)
Public Class CfnMemoryPropsMixin.NumberValidationProperty Implements CfnMemoryPropsMixin.INumberValidationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-numbervalidation.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.BedrockAgentCore;

             var numberValidationProperty = new NumberValidationProperty {
                 MaxValue = 123,
                 MinValue = 123
             };

Synopsis

Constructors

NumberValidationProperty()

Properties

MaxValue
MinValue

Constructors

NumberValidationProperty()

public NumberValidationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-numbervalidation.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.BedrockAgentCore;

             var numberValidationProperty = new NumberValidationProperty {
                 MaxValue = 123,
                 MinValue = 123
             };

Properties

MaxValue

public double? MaxValue { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-numbervalidation.html#cfn-bedrockagentcore-memory-numbervalidation-maxvalue

MinValue

public double? MinValue { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-numbervalidation.html#cfn-bedrockagentcore-memory-numbervalidation-minvalue

Implements

CfnMemoryPropsMixin.INumberValidationProperty
Back to top Generated by DocFX