Show / Hide Table of Contents

Class CfnPartnerAppPropsMixin.PartnerAppMaintenanceConfigProperty

A collection of settings that specify the maintenance schedule for the PartnerApp.

Inheritance
object
CfnPartnerAppPropsMixin.PartnerAppMaintenanceConfigProperty
Implements
CfnPartnerAppPropsMixin.IPartnerAppMaintenanceConfigProperty
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 CfnPartnerAppPropsMixin.PartnerAppMaintenanceConfigProperty : CfnPartnerAppPropsMixin.IPartnerAppMaintenanceConfigProperty
Syntax (vb)
Public Class CfnPartnerAppPropsMixin.PartnerAppMaintenanceConfigProperty Implements CfnPartnerAppPropsMixin.IPartnerAppMaintenanceConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-partnerapp-partnerappmaintenanceconfig.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 partnerAppMaintenanceConfigProperty = new PartnerAppMaintenanceConfigProperty {
                 MaintenanceWindowStart = "maintenanceWindowStart"
             };

Synopsis

Constructors

PartnerAppMaintenanceConfigProperty()

A collection of settings that specify the maintenance schedule for the PartnerApp.

Properties

MaintenanceWindowStart

The maintenance window start day and time for the PartnerApp.

Constructors

PartnerAppMaintenanceConfigProperty()

A collection of settings that specify the maintenance schedule for the PartnerApp.

public PartnerAppMaintenanceConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-partnerapp-partnerappmaintenanceconfig.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 partnerAppMaintenanceConfigProperty = new PartnerAppMaintenanceConfigProperty {
                 MaintenanceWindowStart = "maintenanceWindowStart"
             };

Properties

MaintenanceWindowStart

The maintenance window start day and time for the PartnerApp.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-partnerapp-partnerappmaintenanceconfig.html#cfn-sagemaker-partnerapp-partnerappmaintenanceconfig-maintenancewindowstart

Implements

CfnPartnerAppPropsMixin.IPartnerAppMaintenanceConfigProperty
Back to top Generated by DocFX