Class CfnDashboardMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudtrail.CfnDashboardMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboardMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboardMixinProps
@Stability(Stable)
@Internal
public static final class CfnDashboardMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboardMixinProps
An implementation for
CfnDashboardMixinProps-
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.cfnpropertymixins.services.cloudtrail.CfnDashboardMixinProps
CfnDashboardMixinProps.Builder, CfnDashboardMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDashboardMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDashboardMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringgetName()The name of the dashboard.final ObjectThe schedule for a dashboard refresh.getTags()A list of tags.final ObjectSpecifies whether termination protection is enabled for the dashboard.final ObjectAn array of widgets for a custom dashboard.final inthashCode()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 theCfnDashboardMixinProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnDashboardMixinPropsThe name of the dashboard. The name must be unique to your account.To create the Highlights dashboard, the name must be
AWSCloudTrail-Highlights.- Specified by:
getNamein interfaceCfnDashboardMixinProps- See Also:
-
getRefreshSchedule
Description copied from interface:CfnDashboardMixinPropsThe schedule for a dashboard refresh.Returns union: either
IResolvableorCfnDashboardPropsMixin.RefreshScheduleProperty- Specified by:
getRefreshSchedulein interfaceCfnDashboardMixinProps- See Also:
-
getTags
Description copied from interface:CfnDashboardMixinPropsA list of tags.- Specified by:
getTagsin interfaceCfnDashboardMixinProps- See Also:
-
getTerminationProtectionEnabled
Description copied from interface:CfnDashboardMixinPropsSpecifies whether termination protection is enabled for the dashboard.If termination protection is enabled, you cannot delete the dashboard until termination protection is disabled.
Returns union: either
BooleanorIResolvable- Specified by:
getTerminationProtectionEnabledin interfaceCfnDashboardMixinProps- See Also:
-
getWidgets
Description copied from interface:CfnDashboardMixinPropsAn array of widgets for a custom dashboard. A custom dashboard can have a maximum of ten widgets.You do not need to specify widgets for the Highlights dashboard.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboardPropsMixin.WidgetProperty>- Specified by:
getWidgetsin interfaceCfnDashboardMixinProps- 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()
-