Show / Hide Table of Contents

Class CfnCisScanConfigurationPropsMixin.TimeProperty

The time.

Inheritance
object
CfnCisScanConfigurationPropsMixin.TimeProperty
Implements
CfnCisScanConfigurationPropsMixin.ITimeProperty
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.InspectorV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnCisScanConfigurationPropsMixin.TimeProperty : CfnCisScanConfigurationPropsMixin.ITimeProperty
Syntax (vb)
Public Class CfnCisScanConfigurationPropsMixin.TimeProperty Implements CfnCisScanConfigurationPropsMixin.ITimeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-cisscanconfiguration-time.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.InspectorV2.Mixins;

             var timeProperty = new TimeProperty {
                 TimeOfDay = "timeOfDay",
                 TimeZone = "timeZone"
             };

Synopsis

Constructors

TimeProperty()

The time.

Properties

TimeOfDay

The time of day in 24-hour format (00:00).

TimeZone

The timezone.

Constructors

TimeProperty()

The time.

public TimeProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-cisscanconfiguration-time.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.InspectorV2.Mixins;

             var timeProperty = new TimeProperty {
                 TimeOfDay = "timeOfDay",
                 TimeZone = "timeZone"
             };

Properties

TimeOfDay

The time of day in 24-hour format (00:00).

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-cisscanconfiguration-time.html#cfn-inspectorv2-cisscanconfiguration-time-timeofday

TimeZone

The timezone.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-cisscanconfiguration-time.html#cfn-inspectorv2-cisscanconfiguration-time-timezone

Implements

CfnCisScanConfigurationPropsMixin.ITimeProperty
Back to top Generated by DocFX