Class CfnDashboardProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudtrail.CfnDashboardProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboardProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboardProps
@Stability(Stable)
@Internal
public static final class CfnDashboardProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboardProps
An implementation for
CfnDashboardProps-
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.CfnDashboardProps
CfnDashboardProps.Builder, CfnDashboardProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDashboardProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDashboardProps.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 theCfnDashboardProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnDashboardPropsThe 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 interfaceCfnDashboardProps- See Also:
-
getRefreshSchedule
Description copied from interface:CfnDashboardPropsThe schedule for a dashboard refresh.Returns union: either
IResolvableorCfnDashboard.RefreshScheduleProperty- Specified by:
getRefreshSchedulein interfaceCfnDashboardProps- See Also:
-
getTags
Description copied from interface:CfnDashboardPropsA list of tags.- Specified by:
getTagsin interfaceCfnDashboardProps- See Also:
-
getTerminationProtectionEnabled
Description copied from interface:CfnDashboardPropsSpecifies 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 interfaceCfnDashboardProps- See Also:
-
getWidgets
Description copied from interface:CfnDashboardPropsAn 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: '<'eitherIResolvableorCfnDashboard.WidgetProperty>- Specified by:
getWidgetsin interfaceCfnDashboardProps- 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()
-