Class CfnDashboard.RefreshScheduleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudtrail.CfnDashboard.RefreshScheduleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.RefreshScheduleProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.RefreshScheduleProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.RefreshScheduleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.RefreshScheduleProperty
An implementation for
CfnDashboard.RefreshScheduleProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudtrail.CfnDashboard.RefreshScheduleProperty
CfnDashboard.RefreshScheduleProperty.Builder, CfnDashboard.RefreshScheduleProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.RefreshScheduleProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The frequency at which you want the dashboard refreshed.final String
Specifies whether the refresh schedule is enabled.final String
The time of day in UTC to run the schedule;final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDashboard.RefreshScheduleProperty.Builder
.
-
-
Method Details
-
getFrequency
Description copied from interface:CfnDashboard.RefreshScheduleProperty
The frequency at which you want the dashboard refreshed.- Specified by:
getFrequency
in interfaceCfnDashboard.RefreshScheduleProperty
- See Also:
-
getStatus
Description copied from interface:CfnDashboard.RefreshScheduleProperty
Specifies whether the refresh schedule is enabled.Set the value to
ENABLED
to enable the refresh schedule, or toDISABLED
to turn off the refresh schedule.- Specified by:
getStatus
in interfaceCfnDashboard.RefreshScheduleProperty
- See Also:
-
getTimeOfDay
Description copied from interface:CfnDashboard.RefreshScheduleProperty
The time of day in UTC to run the schedule;for hourly only refer to minutes; default is 00:00.
- Specified by:
getTimeOfDay
in interfaceCfnDashboard.RefreshScheduleProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-