Class CfnDashboard.WidgetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudtrail.CfnDashboard.WidgetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.WidgetProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.WidgetProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.WidgetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.WidgetProperty
An implementation for
CfnDashboard.WidgetProperty
-
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.WidgetProperty
CfnDashboard.WidgetProperty.Builder, CfnDashboard.WidgetProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.WidgetProperty.Builder
.protected
Jsii$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.WidgetProperty.Builder
.
-
-
Method Details
-
getQueryStatement
Description copied from interface:CfnDashboard.WidgetProperty
The query statement for the widget.For custom dashboard widgets, you can query across multiple event data stores as long as all event data stores exist in your account.
When a query uses
?
witheventTime
,?
must be surrounded by single quotes as follows:'?'
.- Specified by:
getQueryStatement
in interfaceCfnDashboard.WidgetProperty
- See Also:
-
getQueryParameters
Description copied from interface:CfnDashboard.WidgetProperty
The optional query parameters.The following query parameters are valid:
$StartTime$
,$EndTime$
, and$Period$
.- Specified by:
getQueryParameters
in interfaceCfnDashboard.WidgetProperty
- See Also:
-
getViewProperties
Description copied from interface:CfnDashboard.WidgetProperty
The view properties for the widget.For more information about view properties, see View properties for widgets in the AWS CloudTrail User Guide .
- Specified by:
getViewProperties
in interfaceCfnDashboard.WidgetProperty
- 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()
-