Stratosphere.IoTSiteWise.Dashboard
data Dashboard Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dashboard.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dashboard.html#cfn-iotsitewise-dashboard-dashboarddefinition
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dashboard.html#cfn-iotsitewise-dashboard-dashboarddescription
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dashboard.html#cfn-iotsitewise-dashboard-dashboardname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dashboard.html#cfn-iotsitewise-dashboard-projectid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dashboard.html#cfn-iotsitewise-dashboard-tags
Defined in Stratosphere.IoTSiteWise.Dashboard
Methods
toJSON :: Dashboard -> Value #
toEncoding :: Dashboard -> Encoding #
toJSONList :: [Dashboard] -> Value #
toEncodingList :: [Dashboard] -> Encoding #
omitField :: Dashboard -> Bool #
showsPrec :: Int -> Dashboard -> ShowS #
show :: Dashboard -> String #
showList :: [Dashboard] -> ShowS #
(==) :: Dashboard -> Dashboard -> Bool #
(/=) :: Dashboard -> Dashboard -> Bool #
toResourceProperties :: Dashboard -> ResourceProperties #
Associated Types
set :: PropertyType "DashboardDefinition" Dashboard -> Dashboard -> Dashboard #
set :: PropertyType "DashboardDescription" Dashboard -> Dashboard -> Dashboard #
set :: PropertyType "DashboardName" Dashboard -> Dashboard -> Dashboard #
set :: PropertyType "ProjectId" Dashboard -> Dashboard -> Dashboard #
set :: PropertyType "Tags" Dashboard -> Dashboard -> Dashboard #
mkDashboard :: Value Text -> Value Text -> Value Text -> Dashboard Source #