Stratosphere.IoT.SecurityProfile
module Stratosphere.IoT.SecurityProfile.AlertTargetProperty
module Stratosphere.IoT.SecurityProfile.BehaviorProperty
module Stratosphere.IoT.SecurityProfile.MetricToRetainProperty
module Stratosphere.IoT.SecurityProfile.MetricsExportConfigProperty
data SecurityProfile Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-securityprofile.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-securityprofile.html#cfn-iot-securityprofile-additionalmetricstoretainv2
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-securityprofile.html#cfn-iot-securityprofile-alerttargets
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-securityprofile.html#cfn-iot-securityprofile-behaviors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-securityprofile.html#cfn-iot-securityprofile-metricsexportconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-securityprofile.html#cfn-iot-securityprofile-securityprofiledescription
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-securityprofile.html#cfn-iot-securityprofile-securityprofilename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-securityprofile.html#cfn-iot-securityprofile-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-securityprofile.html#cfn-iot-securityprofile-targetarns
Defined in Stratosphere.IoT.SecurityProfile
Methods
toJSON :: SecurityProfile -> Value #
toEncoding :: SecurityProfile -> Encoding #
toJSONList :: [SecurityProfile] -> Value #
toEncodingList :: [SecurityProfile] -> Encoding #
omitField :: SecurityProfile -> Bool #
showsPrec :: Int -> SecurityProfile -> ShowS #
show :: SecurityProfile -> String #
showList :: [SecurityProfile] -> ShowS #
(==) :: SecurityProfile -> SecurityProfile -> Bool #
(/=) :: SecurityProfile -> SecurityProfile -> Bool #
toResourceProperties :: SecurityProfile -> ResourceProperties #
Associated Types
set :: PropertyType "AdditionalMetricsToRetainV2" SecurityProfile -> SecurityProfile -> SecurityProfile #
set :: PropertyType "AlertTargets" SecurityProfile -> SecurityProfile -> SecurityProfile #
set :: PropertyType "Behaviors" SecurityProfile -> SecurityProfile -> SecurityProfile #
set :: PropertyType "MetricsExportConfig" SecurityProfile -> SecurityProfile -> SecurityProfile #
set :: PropertyType "SecurityProfileDescription" SecurityProfile -> SecurityProfile -> SecurityProfile #
set :: PropertyType "SecurityProfileName" SecurityProfile -> SecurityProfile -> SecurityProfile #
set :: PropertyType "Tags" SecurityProfile -> SecurityProfile -> SecurityProfile #
set :: PropertyType "TargetArns" SecurityProfile -> SecurityProfile -> SecurityProfile #
mkSecurityProfile :: SecurityProfile Source #