Class CfnDashboardMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.CfnDashboardMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboardMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboardMixinProps
@Stability(Stable)
@Internal
public static final class CfnDashboardMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboardMixinProps
An implementation for
CfnDashboardMixinProps-
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.cfnpropertymixins.services.iotsitewise.CfnDashboardMixinProps
CfnDashboardMixinProps.Builder, CfnDashboardMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDashboardMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDashboardMixinProps.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 theCfnDashboardMixinProps.Builder.
-
-
Method Details
-
getDashboardDefinition
Description copied from interface:CfnDashboardMixinPropsThe 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:
getDashboardDefinitionin interfaceCfnDashboardMixinProps- See Also:
-
getDashboardDescription
Description copied from interface:CfnDashboardMixinPropsA description for the dashboard.- Specified by:
getDashboardDescriptionin interfaceCfnDashboardMixinProps- See Also:
-
getDashboardName
Description copied from interface:CfnDashboardMixinPropsA friendly name for the dashboard.- Specified by:
getDashboardNamein interfaceCfnDashboardMixinProps- See Also:
-
getProjectId
Description copied from interface:CfnDashboardMixinPropsThe ID of the project in which to create the dashboard.- Specified by:
getProjectIdin interfaceCfnDashboardMixinProps- See Also:
-
getTags
Description copied from interface:CfnDashboardMixinPropsA 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 interfaceCfnDashboardMixinProps- 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()
-