module Stratosphere.DMS.Endpoint.RedshiftSettingsProperty (
RedshiftSettingsProperty(..), mkRedshiftSettingsProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import Stratosphere.ResourceProperties
import Stratosphere.Value
data RedshiftSettingsProperty
=
RedshiftSettingsProperty {RedshiftSettingsProperty -> ()
haddock_workaround_ :: (),
RedshiftSettingsProperty -> Maybe (Value Bool)
acceptAnyDate :: (Prelude.Maybe (Value Prelude.Bool)),
RedshiftSettingsProperty -> Maybe (Value Text)
afterConnectScript :: (Prelude.Maybe (Value Prelude.Text)),
RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: (Prelude.Maybe (Value Prelude.Text)),
RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: (Prelude.Maybe (Value Prelude.Text)),
RedshiftSettingsProperty -> Maybe (Value Bool)
caseSensitiveNames :: (Prelude.Maybe (Value Prelude.Bool)),
RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: (Prelude.Maybe (Value Prelude.Bool)),
RedshiftSettingsProperty -> Maybe (Value Integer)
connectionTimeout :: (Prelude.Maybe (Value Prelude.Integer)),
RedshiftSettingsProperty -> Maybe (Value Text)
dateFormat :: (Prelude.Maybe (Value Prelude.Text)),
RedshiftSettingsProperty -> Maybe (Value Bool)
emptyAsNull :: (Prelude.Maybe (Value Prelude.Bool)),
RedshiftSettingsProperty -> Maybe (Value Text)
encryptionMode :: (Prelude.Maybe (Value Prelude.Text)),
RedshiftSettingsProperty -> Maybe (Value Bool)
explicitIds :: (Prelude.Maybe (Value Prelude.Bool)),
RedshiftSettingsProperty -> Maybe (Value Integer)
fileTransferUploadStreams :: (Prelude.Maybe (Value Prelude.Integer)),
RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: (Prelude.Maybe (Value Prelude.Integer)),
RedshiftSettingsProperty -> Maybe (Value Bool)
mapBooleanAsBoolean :: (Prelude.Maybe (Value Prelude.Bool)),
RedshiftSettingsProperty -> Maybe (Value Integer)
maxFileSize :: (Prelude.Maybe (Value Prelude.Integer)),
RedshiftSettingsProperty -> Maybe (Value Bool)
removeQuotes :: (Prelude.Maybe (Value Prelude.Bool)),
RedshiftSettingsProperty -> Maybe (Value Text)
replaceChars :: (Prelude.Maybe (Value Prelude.Text)),
RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: (Prelude.Maybe (Value Prelude.Text)),
RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: (Prelude.Maybe (Value Prelude.Text)),
RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: (Prelude.Maybe (Value Prelude.Text)),
RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: (Prelude.Maybe (Value Prelude.Text)),
RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: (Prelude.Maybe (Value Prelude.Text)),
RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: (Prelude.Maybe (Value Prelude.Text)),
RedshiftSettingsProperty -> Maybe (Value Bool)
trimBlanks :: (Prelude.Maybe (Value Prelude.Bool)),
RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: (Prelude.Maybe (Value Prelude.Bool)),
RedshiftSettingsProperty -> Maybe (Value Integer)
writeBufferSize :: (Prelude.Maybe (Value Prelude.Integer))}
deriving stock (RedshiftSettingsProperty -> RedshiftSettingsProperty -> Bool
(RedshiftSettingsProperty -> RedshiftSettingsProperty -> Bool)
-> (RedshiftSettingsProperty -> RedshiftSettingsProperty -> Bool)
-> Eq RedshiftSettingsProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: RedshiftSettingsProperty -> RedshiftSettingsProperty -> Bool
== :: RedshiftSettingsProperty -> RedshiftSettingsProperty -> Bool
$c/= :: RedshiftSettingsProperty -> RedshiftSettingsProperty -> Bool
/= :: RedshiftSettingsProperty -> RedshiftSettingsProperty -> Bool
Prelude.Eq, Int -> RedshiftSettingsProperty -> ShowS
[RedshiftSettingsProperty] -> ShowS
RedshiftSettingsProperty -> String
(Int -> RedshiftSettingsProperty -> ShowS)
-> (RedshiftSettingsProperty -> String)
-> ([RedshiftSettingsProperty] -> ShowS)
-> Show RedshiftSettingsProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> RedshiftSettingsProperty -> ShowS
showsPrec :: Int -> RedshiftSettingsProperty -> ShowS
$cshow :: RedshiftSettingsProperty -> String
show :: RedshiftSettingsProperty -> String
$cshowList :: [RedshiftSettingsProperty] -> ShowS
showList :: [RedshiftSettingsProperty] -> ShowS
Prelude.Show)
mkRedshiftSettingsProperty :: RedshiftSettingsProperty
mkRedshiftSettingsProperty :: RedshiftSettingsProperty
mkRedshiftSettingsProperty
= RedshiftSettingsProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), acceptAnyDate :: Maybe (Value Bool)
acceptAnyDate = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
afterConnectScript :: Maybe (Value Text)
afterConnectScript = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
bucketFolder :: Maybe (Value Text)
bucketFolder = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, bucketName :: Maybe (Value Text)
bucketName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
caseSensitiveNames :: Maybe (Value Bool)
caseSensitiveNames = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing, compUpdate :: Maybe (Value Bool)
compUpdate = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
connectionTimeout :: Maybe (Value Integer)
connectionTimeout = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing, dateFormat :: Maybe (Value Text)
dateFormat = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
emptyAsNull :: Maybe (Value Bool)
emptyAsNull = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing, encryptionMode :: Maybe (Value Text)
encryptionMode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
explicitIds :: Maybe (Value Bool)
explicitIds = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
fileTransferUploadStreams :: Maybe (Value Integer)
fileTransferUploadStreams = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
loadTimeout :: Maybe (Value Integer)
loadTimeout = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
mapBooleanAsBoolean :: Maybe (Value Bool)
mapBooleanAsBoolean = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
maxFileSize :: Maybe (Value Integer)
maxFileSize = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing, removeQuotes :: Maybe (Value Bool)
removeQuotes = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
replaceChars :: Maybe (Value Text)
replaceChars = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
replaceInvalidChars :: Maybe (Value Text)
replaceInvalidChars = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerAccessRoleArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
secretsManagerSecretId :: Maybe (Value Text)
secretsManagerSecretId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
serviceAccessRoleArn :: Maybe (Value Text)
serviceAccessRoleArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
timeFormat :: Maybe (Value Text)
timeFormat = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, trimBlanks :: Maybe (Value Bool)
trimBlanks = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
truncateColumns :: Maybe (Value Bool)
truncateColumns = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
writeBufferSize :: Maybe (Value Integer)
writeBufferSize = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties RedshiftSettingsProperty where
toResourceProperties :: RedshiftSettingsProperty -> ResourceProperties
toResourceProperties RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::DMS::Endpoint.RedshiftSettings",
supportsTags :: Bool
supportsTags = Bool
Prelude.False,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AcceptAnyDate" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
acceptAnyDate,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AfterConnectScript" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
afterConnectScript,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BucketFolder" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
bucketFolder,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BucketName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
bucketName,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CaseSensitiveNames" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
caseSensitiveNames,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CompUpdate" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
compUpdate,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ConnectionTimeout" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
connectionTimeout,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DateFormat" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
dateFormat,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EmptyAsNull" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
emptyAsNull,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EncryptionMode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
encryptionMode,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ExplicitIds" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
explicitIds,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FileTransferUploadStreams"
(Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
fileTransferUploadStreams,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LoadTimeout" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
loadTimeout,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MapBooleanAsBoolean" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
mapBooleanAsBoolean,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MaxFileSize" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
maxFileSize,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RemoveQuotes" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
removeQuotes,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ReplaceChars" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
replaceChars,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ReplaceInvalidChars" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
replaceInvalidChars,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SecretsManagerAccessRoleArn"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
secretsManagerAccessRoleArn,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SecretsManagerSecretId"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
secretsManagerSecretId,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ServerSideEncryptionKmsKeyId"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
serverSideEncryptionKmsKeyId,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ServiceAccessRoleArn" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
serviceAccessRoleArn,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TimeFormat" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
timeFormat,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TrimBlanks" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
trimBlanks,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TruncateColumns" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
truncateColumns,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"WriteBufferSize" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
writeBufferSize])}
instance JSON.ToJSON RedshiftSettingsProperty where
toJSON :: RedshiftSettingsProperty -> Value
toJSON RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AcceptAnyDate" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
acceptAnyDate,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AfterConnectScript" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
afterConnectScript,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BucketFolder" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
bucketFolder,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BucketName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
bucketName,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CaseSensitiveNames" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
caseSensitiveNames,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CompUpdate" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
compUpdate,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ConnectionTimeout" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
connectionTimeout,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DateFormat" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
dateFormat,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EmptyAsNull" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
emptyAsNull,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EncryptionMode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
encryptionMode,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ExplicitIds" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
explicitIds,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FileTransferUploadStreams"
(Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
fileTransferUploadStreams,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LoadTimeout" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
loadTimeout,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MapBooleanAsBoolean" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
mapBooleanAsBoolean,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MaxFileSize" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
maxFileSize,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RemoveQuotes" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
removeQuotes,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ReplaceChars" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
replaceChars,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ReplaceInvalidChars" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
replaceInvalidChars,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SecretsManagerAccessRoleArn"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
secretsManagerAccessRoleArn,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SecretsManagerSecretId"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
secretsManagerSecretId,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ServerSideEncryptionKmsKeyId"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
serverSideEncryptionKmsKeyId,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ServiceAccessRoleArn" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
serviceAccessRoleArn,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TimeFormat" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
timeFormat,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TrimBlanks" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
trimBlanks,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TruncateColumns" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
truncateColumns,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"WriteBufferSize" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
writeBufferSize]))
instance Property "AcceptAnyDate" RedshiftSettingsProperty where
type PropertyType "AcceptAnyDate" RedshiftSettingsProperty = Value Prelude.Bool
set :: PropertyType "AcceptAnyDate" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "AcceptAnyDate" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{acceptAnyDate :: Maybe (Value Bool)
acceptAnyDate = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AcceptAnyDate" RedshiftSettingsProperty
Value Bool
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "AfterConnectScript" RedshiftSettingsProperty where
type PropertyType "AfterConnectScript" RedshiftSettingsProperty = Value Prelude.Text
set :: PropertyType "AfterConnectScript" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "AfterConnectScript" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{afterConnectScript :: Maybe (Value Text)
afterConnectScript = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AfterConnectScript" RedshiftSettingsProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "BucketFolder" RedshiftSettingsProperty where
type PropertyType "BucketFolder" RedshiftSettingsProperty = Value Prelude.Text
set :: PropertyType "BucketFolder" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "BucketFolder" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{bucketFolder :: Maybe (Value Text)
bucketFolder = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BucketFolder" RedshiftSettingsProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "BucketName" RedshiftSettingsProperty where
type PropertyType "BucketName" RedshiftSettingsProperty = Value Prelude.Text
set :: PropertyType "BucketName" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "BucketName" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty {bucketName :: Maybe (Value Text)
bucketName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "BucketName" RedshiftSettingsProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "CaseSensitiveNames" RedshiftSettingsProperty where
type PropertyType "CaseSensitiveNames" RedshiftSettingsProperty = Value Prelude.Bool
set :: PropertyType "CaseSensitiveNames" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "CaseSensitiveNames" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{caseSensitiveNames :: Maybe (Value Bool)
caseSensitiveNames = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CaseSensitiveNames" RedshiftSettingsProperty
Value Bool
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "CompUpdate" RedshiftSettingsProperty where
type PropertyType "CompUpdate" RedshiftSettingsProperty = Value Prelude.Bool
set :: PropertyType "CompUpdate" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "CompUpdate" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty {compUpdate :: Maybe (Value Bool)
compUpdate = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CompUpdate" RedshiftSettingsProperty
Value Bool
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "ConnectionTimeout" RedshiftSettingsProperty where
type PropertyType "ConnectionTimeout" RedshiftSettingsProperty = Value Prelude.Integer
set :: PropertyType "ConnectionTimeout" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "ConnectionTimeout" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{connectionTimeout :: Maybe (Value Integer)
connectionTimeout = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ConnectionTimeout" RedshiftSettingsProperty
Value Integer
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "DateFormat" RedshiftSettingsProperty where
type PropertyType "DateFormat" RedshiftSettingsProperty = Value Prelude.Text
set :: PropertyType "DateFormat" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "DateFormat" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty {dateFormat :: Maybe (Value Text)
dateFormat = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DateFormat" RedshiftSettingsProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "EmptyAsNull" RedshiftSettingsProperty where
type PropertyType "EmptyAsNull" RedshiftSettingsProperty = Value Prelude.Bool
set :: PropertyType "EmptyAsNull" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "EmptyAsNull" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{emptyAsNull :: Maybe (Value Bool)
emptyAsNull = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EmptyAsNull" RedshiftSettingsProperty
Value Bool
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "EncryptionMode" RedshiftSettingsProperty where
type PropertyType "EncryptionMode" RedshiftSettingsProperty = Value Prelude.Text
set :: PropertyType "EncryptionMode" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "EncryptionMode" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{encryptionMode :: Maybe (Value Text)
encryptionMode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EncryptionMode" RedshiftSettingsProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "ExplicitIds" RedshiftSettingsProperty where
type PropertyType "ExplicitIds" RedshiftSettingsProperty = Value Prelude.Bool
set :: PropertyType "ExplicitIds" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "ExplicitIds" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{explicitIds :: Maybe (Value Bool)
explicitIds = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ExplicitIds" RedshiftSettingsProperty
Value Bool
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "FileTransferUploadStreams" RedshiftSettingsProperty where
type PropertyType "FileTransferUploadStreams" RedshiftSettingsProperty = Value Prelude.Integer
set :: PropertyType "FileTransferUploadStreams" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "FileTransferUploadStreams" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{fileTransferUploadStreams :: Maybe (Value Integer)
fileTransferUploadStreams = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FileTransferUploadStreams" RedshiftSettingsProperty
Value Integer
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "LoadTimeout" RedshiftSettingsProperty where
type PropertyType "LoadTimeout" RedshiftSettingsProperty = Value Prelude.Integer
set :: PropertyType "LoadTimeout" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "LoadTimeout" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{loadTimeout :: Maybe (Value Integer)
loadTimeout = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LoadTimeout" RedshiftSettingsProperty
Value Integer
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "MapBooleanAsBoolean" RedshiftSettingsProperty where
type PropertyType "MapBooleanAsBoolean" RedshiftSettingsProperty = Value Prelude.Bool
set :: PropertyType "MapBooleanAsBoolean" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "MapBooleanAsBoolean" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{mapBooleanAsBoolean :: Maybe (Value Bool)
mapBooleanAsBoolean = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MapBooleanAsBoolean" RedshiftSettingsProperty
Value Bool
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "MaxFileSize" RedshiftSettingsProperty where
type PropertyType "MaxFileSize" RedshiftSettingsProperty = Value Prelude.Integer
set :: PropertyType "MaxFileSize" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "MaxFileSize" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{maxFileSize :: Maybe (Value Integer)
maxFileSize = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MaxFileSize" RedshiftSettingsProperty
Value Integer
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "RemoveQuotes" RedshiftSettingsProperty where
type PropertyType "RemoveQuotes" RedshiftSettingsProperty = Value Prelude.Bool
set :: PropertyType "RemoveQuotes" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "RemoveQuotes" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{removeQuotes :: Maybe (Value Bool)
removeQuotes = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RemoveQuotes" RedshiftSettingsProperty
Value Bool
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "ReplaceChars" RedshiftSettingsProperty where
type PropertyType "ReplaceChars" RedshiftSettingsProperty = Value Prelude.Text
set :: PropertyType "ReplaceChars" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "ReplaceChars" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{replaceChars :: Maybe (Value Text)
replaceChars = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ReplaceChars" RedshiftSettingsProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "ReplaceInvalidChars" RedshiftSettingsProperty where
type PropertyType "ReplaceInvalidChars" RedshiftSettingsProperty = Value Prelude.Text
set :: PropertyType "ReplaceInvalidChars" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "ReplaceInvalidChars" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{replaceInvalidChars :: Maybe (Value Text)
replaceInvalidChars = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ReplaceInvalidChars" RedshiftSettingsProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "SecretsManagerAccessRoleArn" RedshiftSettingsProperty where
type PropertyType "SecretsManagerAccessRoleArn" RedshiftSettingsProperty = Value Prelude.Text
set :: PropertyType "SecretsManagerAccessRoleArn" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "SecretsManagerAccessRoleArn" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerAccessRoleArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SecretsManagerAccessRoleArn" RedshiftSettingsProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "SecretsManagerSecretId" RedshiftSettingsProperty where
type PropertyType "SecretsManagerSecretId" RedshiftSettingsProperty = Value Prelude.Text
set :: PropertyType "SecretsManagerSecretId" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "SecretsManagerSecretId" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{secretsManagerSecretId :: Maybe (Value Text)
secretsManagerSecretId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SecretsManagerSecretId" RedshiftSettingsProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "ServerSideEncryptionKmsKeyId" RedshiftSettingsProperty where
type PropertyType "ServerSideEncryptionKmsKeyId" RedshiftSettingsProperty = Value Prelude.Text
set :: PropertyType
"ServerSideEncryptionKmsKeyId" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType
"ServerSideEncryptionKmsKeyId" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"ServerSideEncryptionKmsKeyId" RedshiftSettingsProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "ServiceAccessRoleArn" RedshiftSettingsProperty where
type PropertyType "ServiceAccessRoleArn" RedshiftSettingsProperty = Value Prelude.Text
set :: PropertyType "ServiceAccessRoleArn" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "ServiceAccessRoleArn" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{serviceAccessRoleArn :: Maybe (Value Text)
serviceAccessRoleArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ServiceAccessRoleArn" RedshiftSettingsProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "TimeFormat" RedshiftSettingsProperty where
type PropertyType "TimeFormat" RedshiftSettingsProperty = Value Prelude.Text
set :: PropertyType "TimeFormat" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "TimeFormat" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty {timeFormat :: Maybe (Value Text)
timeFormat = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "TimeFormat" RedshiftSettingsProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "TrimBlanks" RedshiftSettingsProperty where
type PropertyType "TrimBlanks" RedshiftSettingsProperty = Value Prelude.Bool
set :: PropertyType "TrimBlanks" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "TrimBlanks" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty {trimBlanks :: Maybe (Value Bool)
trimBlanks = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "TrimBlanks" RedshiftSettingsProperty
Value Bool
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "TruncateColumns" RedshiftSettingsProperty where
type PropertyType "TruncateColumns" RedshiftSettingsProperty = Value Prelude.Bool
set :: PropertyType "TruncateColumns" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "TruncateColumns" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{truncateColumns :: Maybe (Value Bool)
truncateColumns = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "TruncateColumns" RedshiftSettingsProperty
Value Bool
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
instance Property "WriteBufferSize" RedshiftSettingsProperty where
type PropertyType "WriteBufferSize" RedshiftSettingsProperty = Value Prelude.Integer
set :: PropertyType "WriteBufferSize" RedshiftSettingsProperty
-> RedshiftSettingsProperty -> RedshiftSettingsProperty
set PropertyType "WriteBufferSize" RedshiftSettingsProperty
newValue RedshiftSettingsProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: RedshiftSettingsProperty -> ()
acceptAnyDate :: RedshiftSettingsProperty -> Maybe (Value Bool)
afterConnectScript :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketFolder :: RedshiftSettingsProperty -> Maybe (Value Text)
bucketName :: RedshiftSettingsProperty -> Maybe (Value Text)
caseSensitiveNames :: RedshiftSettingsProperty -> Maybe (Value Bool)
compUpdate :: RedshiftSettingsProperty -> Maybe (Value Bool)
connectionTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
dateFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
emptyAsNull :: RedshiftSettingsProperty -> Maybe (Value Bool)
encryptionMode :: RedshiftSettingsProperty -> Maybe (Value Text)
explicitIds :: RedshiftSettingsProperty -> Maybe (Value Bool)
fileTransferUploadStreams :: RedshiftSettingsProperty -> Maybe (Value Integer)
loadTimeout :: RedshiftSettingsProperty -> Maybe (Value Integer)
mapBooleanAsBoolean :: RedshiftSettingsProperty -> Maybe (Value Bool)
maxFileSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
removeQuotes :: RedshiftSettingsProperty -> Maybe (Value Bool)
replaceChars :: RedshiftSettingsProperty -> Maybe (Value Text)
replaceInvalidChars :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
secretsManagerSecretId :: RedshiftSettingsProperty -> Maybe (Value Text)
serverSideEncryptionKmsKeyId :: RedshiftSettingsProperty -> Maybe (Value Text)
serviceAccessRoleArn :: RedshiftSettingsProperty -> Maybe (Value Text)
timeFormat :: RedshiftSettingsProperty -> Maybe (Value Text)
trimBlanks :: RedshiftSettingsProperty -> Maybe (Value Bool)
truncateColumns :: RedshiftSettingsProperty -> Maybe (Value Bool)
writeBufferSize :: RedshiftSettingsProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
writeBufferSize :: Maybe (Value Integer)
..}
= RedshiftSettingsProperty
{writeBufferSize :: Maybe (Value Integer)
writeBufferSize = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "WriteBufferSize" RedshiftSettingsProperty
Value Integer
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
haddock_workaround_ :: ()
acceptAnyDate :: Maybe (Value Bool)
afterConnectScript :: Maybe (Value Text)
bucketFolder :: Maybe (Value Text)
bucketName :: Maybe (Value Text)
caseSensitiveNames :: Maybe (Value Bool)
compUpdate :: Maybe (Value Bool)
connectionTimeout :: Maybe (Value Integer)
dateFormat :: Maybe (Value Text)
emptyAsNull :: Maybe (Value Bool)
encryptionMode :: Maybe (Value Text)
explicitIds :: Maybe (Value Bool)
fileTransferUploadStreams :: Maybe (Value Integer)
loadTimeout :: Maybe (Value Integer)
mapBooleanAsBoolean :: Maybe (Value Bool)
maxFileSize :: Maybe (Value Integer)
removeQuotes :: Maybe (Value Bool)
replaceChars :: Maybe (Value Text)
replaceInvalidChars :: Maybe (Value Text)
secretsManagerAccessRoleArn :: Maybe (Value Text)
secretsManagerSecretId :: Maybe (Value Text)
serverSideEncryptionKmsKeyId :: Maybe (Value Text)
serviceAccessRoleArn :: Maybe (Value Text)
timeFormat :: Maybe (Value Text)
trimBlanks :: Maybe (Value Bool)
truncateColumns :: Maybe (Value Bool)
..}