Interface CfnMonitoringSchedulePropsMixin.CsvProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMonitoringSchedulePropsMixin.CsvProperty.Jsii$Proxy
- Enclosing class:
CfnMonitoringSchedulePropsMixin
@Stability(Stable)
public static interface CfnMonitoringSchedulePropsMixin.CsvProperty
extends software.amazon.jsii.JsiiSerializable
The CSV format.
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.*;
CsvProperty csvProperty = CsvProperty.builder()
.header(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMonitoringSchedulePropsMixin.CsvPropertystatic final classAn implementation forCfnMonitoringSchedulePropsMixin.CsvProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHeader
A boolean flag indicating if given CSV has header.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-