Stratosphere.StepFunctions.Activity
module Stratosphere.StepFunctions.Activity.EncryptionConfigurationProperty
module Stratosphere.StepFunctions.Activity.TagsEntryProperty
data Activity Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html#cfn-stepfunctions-activity-encryptionconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html#cfn-stepfunctions-activity-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html#cfn-stepfunctions-activity-tags
Defined in Stratosphere.StepFunctions.Activity
Methods
toJSON :: Activity -> Value #
toEncoding :: Activity -> Encoding #
toJSONList :: [Activity] -> Value #
toEncodingList :: [Activity] -> Encoding #
omitField :: Activity -> Bool #
showsPrec :: Int -> Activity -> ShowS #
show :: Activity -> String #
showList :: [Activity] -> ShowS #
(==) :: Activity -> Activity -> Bool #
(/=) :: Activity -> Activity -> Bool #
toResourceProperties :: Activity -> ResourceProperties #
Associated Types
set :: PropertyType "EncryptionConfiguration" Activity -> Activity -> Activity #
set :: PropertyType "Name" Activity -> Activity -> Activity #
set :: PropertyType "Tags" Activity -> Activity -> Activity #
mkActivity :: Value Text -> Activity Source #