interface ConstraintsResourceProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Sagemaker.CfnMonitoringSchedule.ConstraintsResourceProperty | 
|  Java | software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.ConstraintsResourceProperty | 
|  Python | aws_cdk.aws_sagemaker.CfnMonitoringSchedule.ConstraintsResourceProperty | 
|  TypeScript | @aws-cdk/aws-sagemaker»CfnMonitoringSchedule»ConstraintsResourceProperty | 
The Amazon S3 URI for the constraints resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sagemaker from '@aws-cdk/aws-sagemaker';
const constraintsResourceProperty: sagemaker.CfnMonitoringSchedule.ConstraintsResourceProperty = {
  s3Uri: 's3Uri',
};
Properties
| Name | Type | Description | 
|---|---|---|
| s3 | string | The Amazon S3 URI for the constraints resource. | 
s3Uri?
Type:
string
(optional)
The Amazon S3 URI for the constraints resource.
