Interface CfnMonitoringSchedulePropsMixin.ConstraintsResourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMonitoringSchedulePropsMixin.ConstraintsResourceProperty.Jsii$Proxy
- Enclosing class:
CfnMonitoringSchedulePropsMixin
@Stability(Stable)
public static interface CfnMonitoringSchedulePropsMixin.ConstraintsResourceProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
ConstraintsResourceProperty constraintsResourceProperty = ConstraintsResourceProperty.builder()
.s3Uri("s3Uri")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMonitoringSchedulePropsMixin.ConstraintsResourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3Uri
The Amazon S3 URI for the constraints resource.- See Also:
-
builder
@Stability(Stable) static CfnMonitoringSchedulePropsMixin.ConstraintsResourceProperty.Builder builder()
-