Stratosphere.DataZone.FormType
module Stratosphere.DataZone.FormType.ModelProperty
data FormType Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-domainidentifier
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-model
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-owningprojectidentifier
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-formtype.html#cfn-datazone-formtype-status
Defined in Stratosphere.DataZone.FormType
Methods
toJSON :: FormType -> Value #
toEncoding :: FormType -> Encoding #
toJSONList :: [FormType] -> Value #
toEncodingList :: [FormType] -> Encoding #
omitField :: FormType -> Bool #
showsPrec :: Int -> FormType -> ShowS #
show :: FormType -> String #
showList :: [FormType] -> ShowS #
(==) :: FormType -> FormType -> Bool #
(/=) :: FormType -> FormType -> Bool #
toResourceProperties :: FormType -> ResourceProperties #
Associated Types
set :: PropertyType "Description" FormType -> FormType -> FormType #
set :: PropertyType "DomainIdentifier" FormType -> FormType -> FormType #
set :: PropertyType "Model" FormType -> FormType -> FormType #
set :: PropertyType "Name" FormType -> FormType -> FormType #
set :: PropertyType "OwningProjectIdentifier" FormType -> FormType -> FormType #
set :: PropertyType "Status" FormType -> FormType -> FormType #
mkFormType :: Value Text -> ModelProperty -> Value Text -> Value Text -> FormType Source #