Class CfnDashboardProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotsitewise.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.iotsitewise.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
The dashboard definition specified in a JSON literal.final String
A description for the dashboard.final String
A friendly name for the dashboard.final String
The ID of the project in which to create the dashboard.getTags()
A list of key-value pairs that contain metadata for the 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
-
getDashboardDefinition
Description copied from interface:CfnDashboardProps
The dashboard definition specified in a JSON literal.- AWS IoT SiteWise Monitor (Classic) see Create dashboards ( AWS CLI )
- AWS IoT SiteWise Monitor (AI-aware) see Create dashboards ( AWS CLI )
in the AWS IoT SiteWise User Guide
- Specified by:
getDashboardDefinition
in interfaceCfnDashboardProps
- See Also:
-
getDashboardDescription
Description copied from interface:CfnDashboardProps
A description for the dashboard.- Specified by:
getDashboardDescription
in interfaceCfnDashboardProps
- See Also:
-
getDashboardName
Description copied from interface:CfnDashboardProps
A friendly name for the dashboard.- Specified by:
getDashboardName
in interfaceCfnDashboardProps
- See Also:
-
getProjectId
Description copied from interface:CfnDashboardProps
The ID of the project in which to create the dashboard.- Specified by:
getProjectId
in interfaceCfnDashboardProps
- See Also:
-
getTags
Description copied from interface:CfnDashboardProps
A list of key-value pairs that contain metadata for the dashboard.For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
- Specified by:
getTags
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()
-