Show / Hide Table of Contents

Class CfnMonitoringSchedulePropsMixin.JsonProperty

The Json format.

Inheritance
object
CfnMonitoringSchedulePropsMixin.JsonProperty
Implements
CfnMonitoringSchedulePropsMixin.IJsonProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnMonitoringSchedulePropsMixin.JsonProperty : CfnMonitoringSchedulePropsMixin.IJsonProperty
Syntax (vb)
Public Class CfnMonitoringSchedulePropsMixin.JsonProperty Implements CfnMonitoringSchedulePropsMixin.IJsonProperty
Remarks

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

             var jsonProperty = new JsonProperty {
                 Line = false
             };

Synopsis

Constructors

JsonProperty()

The Json format.

Properties

Line

A boolean flag indicating if it is JSON line format.

Constructors

JsonProperty()

The Json format.

public JsonProperty()
Remarks

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

             var jsonProperty = new JsonProperty {
                 Line = false
             };

Properties

Line

A boolean flag indicating if it is JSON line format.

public object? Line { get; set; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Implements

CfnMonitoringSchedulePropsMixin.IJsonProperty
Back to top Generated by DocFX