Stratosphere.IoTSiteWise.Portal
module Stratosphere.IoTSiteWise.Portal.AlarmsProperty
module Stratosphere.IoTSiteWise.Portal.PortalTypeEntryProperty
data Portal Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html#cfn-iotsitewise-portal-alarms
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html#cfn-iotsitewise-portal-notificationsenderemail
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html#cfn-iotsitewise-portal-portalauthmode
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html#cfn-iotsitewise-portal-portalcontactemail
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html#cfn-iotsitewise-portal-portaldescription
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html#cfn-iotsitewise-portal-portalname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html#cfn-iotsitewise-portal-portaltype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html#cfn-iotsitewise-portal-portaltypeconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html#cfn-iotsitewise-portal-rolearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html#cfn-iotsitewise-portal-tags
Defined in Stratosphere.IoTSiteWise.Portal
Methods
toJSON :: Portal -> Value #
toEncoding :: Portal -> Encoding #
toJSONList :: [Portal] -> Value #
toEncodingList :: [Portal] -> Encoding #
omitField :: Portal -> Bool #
showsPrec :: Int -> Portal -> ShowS #
show :: Portal -> String #
showList :: [Portal] -> ShowS #
(==) :: Portal -> Portal -> Bool #
(/=) :: Portal -> Portal -> Bool #
toResourceProperties :: Portal -> ResourceProperties #
Associated Types
set :: PropertyType "Alarms" Portal -> Portal -> Portal #
set :: PropertyType "NotificationSenderEmail" Portal -> Portal -> Portal #
set :: PropertyType "PortalAuthMode" Portal -> Portal -> Portal #
set :: PropertyType "PortalContactEmail" Portal -> Portal -> Portal #
set :: PropertyType "PortalDescription" Portal -> Portal -> Portal #
set :: PropertyType "PortalName" Portal -> Portal -> Portal #
set :: PropertyType "PortalType" Portal -> Portal -> Portal #
set :: PropertyType "PortalTypeConfiguration" Portal -> Portal -> Portal #
set :: PropertyType "RoleArn" Portal -> Portal -> Portal #
set :: PropertyType "Tags" Portal -> Portal -> Portal #
mkPortal :: Value Text -> Value Text -> Value Text -> Portal Source #