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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotsitewise.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 StringThe dashboard definition specified in a JSON literal.final StringA description for the dashboard.final StringA friendly name for the dashboard.final StringThe ID of the project in which to create the dashboard.getTags()A list of key-value pairs that contain metadata for the 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
-
getDashboardDefinition
Description copied from interface:CfnDashboardPropsThe dashboard definition specified in a JSON literal.For detailed information, see Creating dashboards (CLI) in the AWS IoT SiteWise User Guide .
- Specified by:
getDashboardDefinitionin interfaceCfnDashboardProps
-
getDashboardDescription
Description copied from interface:CfnDashboardPropsA description for the dashboard.- Specified by:
getDashboardDescriptionin interfaceCfnDashboardProps
-
getDashboardName
Description copied from interface:CfnDashboardPropsA friendly name for the dashboard.- Specified by:
getDashboardNamein interfaceCfnDashboardProps
-
getProjectId
Description copied from interface:CfnDashboardPropsThe ID of the project in which to create the dashboard.- Specified by:
getProjectIdin interfaceCfnDashboardProps
-
getTags
Description copied from interface:CfnDashboardPropsA 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:
getTagsin interfaceCfnDashboardProps
-
$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()
-