Class CfnDashboard.FrequencyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudtrail.CfnDashboard.FrequencyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.FrequencyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.FrequencyProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.FrequencyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.FrequencyProperty
An implementation for
CfnDashboard.FrequencyProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudtrail.CfnDashboard.FrequencyProperty
CfnDashboard.FrequencyProperty.Builder, CfnDashboard.FrequencyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.FrequencyProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.FrequencyProperty.Builder.
-
-
Method Details
-
getUnit
Description copied from interface:CfnDashboard.FrequencyPropertyThe unit to use for the refresh.For custom dashboards, the unit can be
HOURSorDAYS.For the Highlights dashboard, the
Unitmust beHOURS.- Specified by:
getUnitin interfaceCfnDashboard.FrequencyProperty- See Also:
-
getValue
Description copied from interface:CfnDashboard.FrequencyPropertyThe value for the refresh schedule.For custom dashboards, the following values are valid when the unit is
HOURS:1,6,12,24For custom dashboards, the only valid value when the unit is
DAYSis1.For the Highlights dashboard, the
Valuemust be6.- Specified by:
getValuein interfaceCfnDashboard.FrequencyProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-