stratosphere-lakeformation-1.0.0: Stratosphere integration for AWS LakeFormation.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.LakeFormation.Tag

Documentation

data Tag Source #

Instances

Instances details
ToJSON Tag Source # 
Instance details

Defined in Stratosphere.LakeFormation.Tag

Show Tag Source # 
Instance details

Defined in Stratosphere.LakeFormation.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Eq Tag Source # 
Instance details

Defined in Stratosphere.LakeFormation.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

ToResourceProperties Tag Source # 
Instance details

Defined in Stratosphere.LakeFormation.Tag

Property "CatalogId" Tag Source # 
Instance details

Defined in Stratosphere.LakeFormation.Tag

Associated Types

type PropertyType "CatalogId" Tag 
Instance details

Defined in Stratosphere.LakeFormation.Tag

type PropertyType "CatalogId" Tag = Value Text

Methods

set :: PropertyType "CatalogId" Tag -> Tag -> Tag #

Property "TagKey" Tag Source # 
Instance details

Defined in Stratosphere.LakeFormation.Tag

Associated Types

type PropertyType "TagKey" Tag 
Instance details

Defined in Stratosphere.LakeFormation.Tag

type PropertyType "TagKey" Tag = Value Text

Methods

set :: PropertyType "TagKey" Tag -> Tag -> Tag #

Property "TagValues" Tag Source # 
Instance details

Defined in Stratosphere.LakeFormation.Tag

Associated Types

type PropertyType "TagValues" Tag 
Instance details

Defined in Stratosphere.LakeFormation.Tag

type PropertyType "TagValues" Tag = ValueList Text

Methods

set :: PropertyType "TagValues" Tag -> Tag -> Tag #

type PropertyType "CatalogId" Tag Source # 
Instance details

Defined in Stratosphere.LakeFormation.Tag

type PropertyType "CatalogId" Tag = Value Text
type PropertyType "TagKey" Tag Source # 
Instance details

Defined in Stratosphere.LakeFormation.Tag

type PropertyType "TagKey" Tag = Value Text
type PropertyType "TagValues" Tag Source # 
Instance details

Defined in Stratosphere.LakeFormation.Tag

type PropertyType "TagValues" Tag = ValueList Text