| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.DataZone.Connection.RedshiftPropertiesInputProperty
Documentation
data RedshiftCredentialsProperty Source #
Constructors
| RedshiftCredentialsProperty | |
Fields | |
Instances
data UsernamePasswordProperty Source #
Constructors
| UsernamePasswordProperty | |
Instances
| ToJSON UsernamePasswordProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.UsernamePasswordProperty Methods toJSON :: UsernamePasswordProperty -> Value # toEncoding :: UsernamePasswordProperty -> Encoding # toJSONList :: [UsernamePasswordProperty] -> Value # | |||||
| Show UsernamePasswordProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.UsernamePasswordProperty Methods showsPrec :: Int -> UsernamePasswordProperty -> ShowS # show :: UsernamePasswordProperty -> String # showList :: [UsernamePasswordProperty] -> ShowS # | |||||
| Eq UsernamePasswordProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.UsernamePasswordProperty Methods (==) :: UsernamePasswordProperty -> UsernamePasswordProperty -> Bool # (/=) :: UsernamePasswordProperty -> UsernamePasswordProperty -> Bool # | |||||
| ToResourceProperties UsernamePasswordProperty Source # | |||||
| Property "Password" UsernamePasswordProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.UsernamePasswordProperty Associated Types
Methods set :: PropertyType "Password" UsernamePasswordProperty -> UsernamePasswordProperty -> UsernamePasswordProperty # | |||||
| Property "Username" UsernamePasswordProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.UsernamePasswordProperty Associated Types
Methods set :: PropertyType "Username" UsernamePasswordProperty -> UsernamePasswordProperty -> UsernamePasswordProperty # | |||||
| type PropertyType "Password" UsernamePasswordProperty Source # | |||||
| type PropertyType "Username" UsernamePasswordProperty Source # | |||||
data RedshiftPropertiesInputProperty Source #
Constructors
| RedshiftPropertiesInputProperty | |
Fields | |
Instances
| ToJSON RedshiftPropertiesInputProperty Source # | |||||
| Show RedshiftPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftPropertiesInputProperty Methods showsPrec :: Int -> RedshiftPropertiesInputProperty -> ShowS # | |||||
| Eq RedshiftPropertiesInputProperty Source # | |||||
| ToResourceProperties RedshiftPropertiesInputProperty Source # | |||||
| Property "Credentials" RedshiftPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftPropertiesInputProperty Associated Types
Methods set :: PropertyType "Credentials" RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty # | |||||
| Property "DatabaseName" RedshiftPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftPropertiesInputProperty Associated Types
Methods set :: PropertyType "DatabaseName" RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty # | |||||
| Property "Host" RedshiftPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftPropertiesInputProperty Associated Types
Methods set :: PropertyType "Host" RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty # | |||||
| Property "LineageSync" RedshiftPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftPropertiesInputProperty Associated Types
Methods set :: PropertyType "LineageSync" RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty # | |||||
| Property "Port" RedshiftPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftPropertiesInputProperty Associated Types
Methods set :: PropertyType "Port" RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty # | |||||
| Property "Storage" RedshiftPropertiesInputProperty Source # | |||||
Defined in Stratosphere.DataZone.Connection.RedshiftPropertiesInputProperty Associated Types
Methods set :: PropertyType "Storage" RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty -> RedshiftPropertiesInputProperty # | |||||
| type PropertyType "Credentials" RedshiftPropertiesInputProperty Source # | |||||
| type PropertyType "DatabaseName" RedshiftPropertiesInputProperty Source # | |||||
| type PropertyType "Host" RedshiftPropertiesInputProperty Source # | |||||
| type PropertyType "LineageSync" RedshiftPropertiesInputProperty Source # | |||||
| type PropertyType "Port" RedshiftPropertiesInputProperty Source # | |||||
| type PropertyType "Storage" RedshiftPropertiesInputProperty Source # | |||||