Stratosphere.Glue.Schema
module Stratosphere.Glue.Schema.RegistryProperty
module Stratosphere.Glue.Schema.SchemaVersionProperty
data Schema Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schema.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schema.html#cfn-glue-schema-checkpointversion
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schema.html#cfn-glue-schema-compatibility
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schema.html#cfn-glue-schema-dataformat
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schema.html#cfn-glue-schema-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schema.html#cfn-glue-schema-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schema.html#cfn-glue-schema-registry
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schema.html#cfn-glue-schema-schemadefinition
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schema.html#cfn-glue-schema-tags
Defined in Stratosphere.Glue.Schema
Methods
toJSON :: Schema -> Value #
toEncoding :: Schema -> Encoding #
toJSONList :: [Schema] -> Value #
toEncodingList :: [Schema] -> Encoding #
omitField :: Schema -> Bool #
showsPrec :: Int -> Schema -> ShowS #
show :: Schema -> String #
showList :: [Schema] -> ShowS #
(==) :: Schema -> Schema -> Bool #
(/=) :: Schema -> Schema -> Bool #
toResourceProperties :: Schema -> ResourceProperties #
Associated Types
set :: PropertyType "CheckpointVersion" Schema -> Schema -> Schema #
set :: PropertyType "Compatibility" Schema -> Schema -> Schema #
set :: PropertyType "DataFormat" Schema -> Schema -> Schema #
set :: PropertyType "Description" Schema -> Schema -> Schema #
set :: PropertyType "Name" Schema -> Schema -> Schema #
set :: PropertyType "Registry" Schema -> Schema -> Schema #
set :: PropertyType "SchemaDefinition" Schema -> Schema -> Schema #
set :: PropertyType "Tags" Schema -> Schema -> Schema #
mkSchema :: Value Text -> Value Text -> Value Text -> Schema Source #