Stratosphere.FraudDetector.Variable
data Variable Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-variable.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-variable.html#cfn-frauddetector-variable-datasource
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-variable.html#cfn-frauddetector-variable-datatype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-variable.html#cfn-frauddetector-variable-defaultvalue
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-variable.html#cfn-frauddetector-variable-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-variable.html#cfn-frauddetector-variable-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-variable.html#cfn-frauddetector-variable-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-frauddetector-variable.html#cfn-frauddetector-variable-variabletype
Defined in Stratosphere.FraudDetector.Variable
Methods
toJSON :: Variable -> Value #
toEncoding :: Variable -> Encoding #
toJSONList :: [Variable] -> Value #
toEncodingList :: [Variable] -> Encoding #
omitField :: Variable -> Bool #
showsPrec :: Int -> Variable -> ShowS #
show :: Variable -> String #
showList :: [Variable] -> ShowS #
(==) :: Variable -> Variable -> Bool #
(/=) :: Variable -> Variable -> Bool #
toResourceProperties :: Variable -> ResourceProperties #
Associated Types
set :: PropertyType "DataSource" Variable -> Variable -> Variable #
set :: PropertyType "DataType" Variable -> Variable -> Variable #
set :: PropertyType "DefaultValue" Variable -> Variable -> Variable #
set :: PropertyType "Description" Variable -> Variable -> Variable #
set :: PropertyType "Name" Variable -> Variable -> Variable #
set :: PropertyType "Tags" Variable -> Variable -> Variable #
set :: PropertyType "VariableType" Variable -> Variable -> Variable #
mkVariable :: Value Text -> Value Text -> Value Text -> Value Text -> Variable Source #