Class CfnMemoryPropsMixin.NumberValidationProperty
Implements
Inherited Members
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
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
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
Remarks
MinValue
public double? MinValue { get; set; }