Show / Hide Table of Contents

Class CfnMonitoringSchedule.ConstraintsResourceProperty

The Amazon S3 URI for the constraints resource.

Inheritance
object
CfnMonitoringSchedule.ConstraintsResourceProperty
Implements
CfnMonitoringSchedule.IConstraintsResourceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMonitoringSchedule.ConstraintsResourceProperty : CfnMonitoringSchedule.IConstraintsResourceProperty
Syntax (vb)
Public Class CfnMonitoringSchedule.ConstraintsResourceProperty Implements CfnMonitoringSchedule.IConstraintsResourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-constraintsresource.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.AWS.Sagemaker;

             var constraintsResourceProperty = new ConstraintsResourceProperty {
                 S3Uri = "s3Uri"
             };

Synopsis

Constructors

ConstraintsResourceProperty()

The Amazon S3 URI for the constraints resource.

Properties

S3Uri

The Amazon S3 URI for the constraints resource.

Constructors

ConstraintsResourceProperty()

The Amazon S3 URI for the constraints resource.

public ConstraintsResourceProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-constraintsresource.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.AWS.Sagemaker;

             var constraintsResourceProperty = new ConstraintsResourceProperty {
                 S3Uri = "s3Uri"
             };

Properties

S3Uri

The Amazon S3 URI for the constraints resource.

public string? S3Uri { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedule-constraintsresource.html#cfn-sagemaker-monitoringschedule-constraintsresource-s3uri

Implements

CfnMonitoringSchedule.IConstraintsResourceProperty
Back to top Generated by DocFX