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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudtrail.CfnDashboardProps
CfnDashboardProps.Builder, CfnDashboardProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDashboardProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDashboardProps.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 String
getName()
The name of the dashboard.final Object
The schedule for a dashboard refresh.getTags()
A list of tags.final Object
Specifies whether termination protection is enabled for the dashboard.final Object
An array of widgets for a custom dashboard.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 theCfnDashboardProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnDashboardProps
The 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:
getName
in interfaceCfnDashboardProps
- See Also:
-
getRefreshSchedule
Description copied from interface:CfnDashboardProps
The schedule for a dashboard refresh.- Specified by:
getRefreshSchedule
in interfaceCfnDashboardProps
- See Also:
-
getTags
Description copied from interface:CfnDashboardProps
A list of tags.- Specified by:
getTags
in interfaceCfnDashboardProps
- See Also:
-
getTerminationProtectionEnabled
Description copied from interface:CfnDashboardProps
Specifies whether termination protection is enabled for the dashboard.If termination protection is enabled, you cannot delete the dashboard until termination protection is disabled.
- Specified by:
getTerminationProtectionEnabled
in interfaceCfnDashboardProps
- See Also:
-
getWidgets
Description copied from interface:CfnDashboardProps
An 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.
- Specified by:
getWidgets
in interfaceCfnDashboardProps
- 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()
-