module Stratosphere.KinesisFirehose.DeliveryStream.IcebergDestinationConfigurationProperty (
module Exports, IcebergDestinationConfigurationProperty(..),
mkIcebergDestinationConfigurationProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.KinesisFirehose.DeliveryStream.BufferingHintsProperty as Exports
import {-# SOURCE #-} Stratosphere.KinesisFirehose.DeliveryStream.CatalogConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.KinesisFirehose.DeliveryStream.CloudWatchLoggingOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.KinesisFirehose.DeliveryStream.DestinationTableConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.KinesisFirehose.DeliveryStream.ProcessingConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.KinesisFirehose.DeliveryStream.RetryOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.KinesisFirehose.DeliveryStream.S3DestinationConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.KinesisFirehose.DeliveryStream.SchemaEvolutionConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.KinesisFirehose.DeliveryStream.TableCreationConfigurationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data IcebergDestinationConfigurationProperty
=
IcebergDestinationConfigurationProperty {IcebergDestinationConfigurationProperty -> ()
haddock_workaround_ :: (),
IcebergDestinationConfigurationProperty -> Maybe (Value Bool)
appendOnly :: (Prelude.Maybe (Value Prelude.Bool)),
IcebergDestinationConfigurationProperty
-> Maybe BufferingHintsProperty
bufferingHints :: (Prelude.Maybe BufferingHintsProperty),
IcebergDestinationConfigurationProperty
-> CatalogConfigurationProperty
catalogConfiguration :: CatalogConfigurationProperty,
IcebergDestinationConfigurationProperty
-> Maybe CloudWatchLoggingOptionsProperty
cloudWatchLoggingOptions :: (Prelude.Maybe CloudWatchLoggingOptionsProperty),
IcebergDestinationConfigurationProperty
-> Maybe [DestinationTableConfigurationProperty]
destinationTableConfigurationList :: (Prelude.Maybe [DestinationTableConfigurationProperty]),
IcebergDestinationConfigurationProperty
-> Maybe ProcessingConfigurationProperty
processingConfiguration :: (Prelude.Maybe ProcessingConfigurationProperty),
IcebergDestinationConfigurationProperty
-> Maybe RetryOptionsProperty
retryOptions :: (Prelude.Maybe RetryOptionsProperty),
IcebergDestinationConfigurationProperty -> Value Text
roleARN :: (Value Prelude.Text),
IcebergDestinationConfigurationProperty
-> S3DestinationConfigurationProperty
s3Configuration :: S3DestinationConfigurationProperty,
IcebergDestinationConfigurationProperty
-> Maybe SchemaEvolutionConfigurationProperty
schemaEvolutionConfiguration :: (Prelude.Maybe SchemaEvolutionConfigurationProperty),
IcebergDestinationConfigurationProperty
-> Maybe TableCreationConfigurationProperty
tableCreationConfiguration :: (Prelude.Maybe TableCreationConfigurationProperty),
IcebergDestinationConfigurationProperty -> Maybe (Value Text)
s3BackupMode :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty -> Bool
(IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty -> Bool)
-> (IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty -> Bool)
-> Eq IcebergDestinationConfigurationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty -> Bool
== :: IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty -> Bool
$c/= :: IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty -> Bool
/= :: IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty -> Bool
Prelude.Eq, Int -> IcebergDestinationConfigurationProperty -> ShowS
[IcebergDestinationConfigurationProperty] -> ShowS
IcebergDestinationConfigurationProperty -> String
(Int -> IcebergDestinationConfigurationProperty -> ShowS)
-> (IcebergDestinationConfigurationProperty -> String)
-> ([IcebergDestinationConfigurationProperty] -> ShowS)
-> Show IcebergDestinationConfigurationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> IcebergDestinationConfigurationProperty -> ShowS
showsPrec :: Int -> IcebergDestinationConfigurationProperty -> ShowS
$cshow :: IcebergDestinationConfigurationProperty -> String
show :: IcebergDestinationConfigurationProperty -> String
$cshowList :: [IcebergDestinationConfigurationProperty] -> ShowS
showList :: [IcebergDestinationConfigurationProperty] -> ShowS
Prelude.Show)
mkIcebergDestinationConfigurationProperty ::
CatalogConfigurationProperty
-> Value Prelude.Text
-> S3DestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
mkIcebergDestinationConfigurationProperty :: CatalogConfigurationProperty
-> Value Text
-> S3DestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
mkIcebergDestinationConfigurationProperty
CatalogConfigurationProperty
catalogConfiguration
Value Text
roleARN
S3DestinationConfigurationProperty
s3Configuration
= IcebergDestinationConfigurationProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (),
catalogConfiguration :: CatalogConfigurationProperty
catalogConfiguration = CatalogConfigurationProperty
catalogConfiguration, roleARN :: Value Text
roleARN = Value Text
roleARN,
s3Configuration :: S3DestinationConfigurationProperty
s3Configuration = S3DestinationConfigurationProperty
s3Configuration, appendOnly :: Maybe (Value Bool)
appendOnly = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
bufferingHints :: Maybe BufferingHintsProperty
bufferingHints = Maybe BufferingHintsProperty
forall a. Maybe a
Prelude.Nothing,
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
cloudWatchLoggingOptions = Maybe CloudWatchLoggingOptionsProperty
forall a. Maybe a
Prelude.Nothing,
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
destinationTableConfigurationList = Maybe [DestinationTableConfigurationProperty]
forall a. Maybe a
Prelude.Nothing,
processingConfiguration :: Maybe ProcessingConfigurationProperty
processingConfiguration = Maybe ProcessingConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
retryOptions :: Maybe RetryOptionsProperty
retryOptions = Maybe RetryOptionsProperty
forall a. Maybe a
Prelude.Nothing,
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
schemaEvolutionConfiguration = Maybe SchemaEvolutionConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
tableCreationConfiguration = Maybe TableCreationConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
s3BackupMode :: Maybe (Value Text)
s3BackupMode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties IcebergDestinationConfigurationProperty where
toResourceProperties :: IcebergDestinationConfigurationProperty -> ResourceProperties
toResourceProperties IcebergDestinationConfigurationProperty {Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: IcebergDestinationConfigurationProperty -> ()
appendOnly :: IcebergDestinationConfigurationProperty -> Maybe (Value Bool)
bufferingHints :: IcebergDestinationConfigurationProperty
-> Maybe BufferingHintsProperty
catalogConfiguration :: IcebergDestinationConfigurationProperty
-> CatalogConfigurationProperty
cloudWatchLoggingOptions :: IcebergDestinationConfigurationProperty
-> Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: IcebergDestinationConfigurationProperty
-> Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe ProcessingConfigurationProperty
retryOptions :: IcebergDestinationConfigurationProperty
-> Maybe RetryOptionsProperty
roleARN :: IcebergDestinationConfigurationProperty -> Value Text
s3Configuration :: IcebergDestinationConfigurationProperty
-> S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe TableCreationConfigurationProperty
s3BackupMode :: IcebergDestinationConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::KinesisFirehose::DeliveryStream.IcebergDestinationConfiguration",
supportsTags :: Bool
supportsTags = Bool
Prelude.False,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"CatalogConfiguration" Key -> CatalogConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= CatalogConfigurationProperty
catalogConfiguration,
Key
"RoleARN" 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..= Value Text
roleARN,
Key
"S3Configuration" Key -> S3DestinationConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= S3DestinationConfigurationProperty
s3Configuration]
([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
"AppendOnly" (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)
appendOnly,
Key -> BufferingHintsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BufferingHints" (BufferingHintsProperty -> (Key, Value))
-> Maybe BufferingHintsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe BufferingHintsProperty
bufferingHints,
Key -> CloudWatchLoggingOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CloudWatchLoggingOptions"
(CloudWatchLoggingOptionsProperty -> (Key, Value))
-> Maybe CloudWatchLoggingOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe CloudWatchLoggingOptionsProperty
cloudWatchLoggingOptions,
Key -> [DestinationTableConfigurationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DestinationTableConfigurationList"
([DestinationTableConfigurationProperty] -> (Key, Value))
-> Maybe [DestinationTableConfigurationProperty]
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [DestinationTableConfigurationProperty]
destinationTableConfigurationList,
Key -> ProcessingConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ProcessingConfiguration"
(ProcessingConfigurationProperty -> (Key, Value))
-> Maybe ProcessingConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ProcessingConfigurationProperty
processingConfiguration,
Key -> RetryOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RetryOptions" (RetryOptionsProperty -> (Key, Value))
-> Maybe RetryOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RetryOptionsProperty
retryOptions,
Key -> SchemaEvolutionConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SchemaEvolutionConfiguration"
(SchemaEvolutionConfigurationProperty -> (Key, Value))
-> Maybe SchemaEvolutionConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SchemaEvolutionConfigurationProperty
schemaEvolutionConfiguration,
Key -> TableCreationConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TableCreationConfiguration"
(TableCreationConfigurationProperty -> (Key, Value))
-> Maybe TableCreationConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe TableCreationConfigurationProperty
tableCreationConfiguration,
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
"s3BackupMode" (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)
s3BackupMode]))}
instance JSON.ToJSON IcebergDestinationConfigurationProperty where
toJSON :: IcebergDestinationConfigurationProperty -> Value
toJSON IcebergDestinationConfigurationProperty {Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: IcebergDestinationConfigurationProperty -> ()
appendOnly :: IcebergDestinationConfigurationProperty -> Maybe (Value Bool)
bufferingHints :: IcebergDestinationConfigurationProperty
-> Maybe BufferingHintsProperty
catalogConfiguration :: IcebergDestinationConfigurationProperty
-> CatalogConfigurationProperty
cloudWatchLoggingOptions :: IcebergDestinationConfigurationProperty
-> Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: IcebergDestinationConfigurationProperty
-> Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe ProcessingConfigurationProperty
retryOptions :: IcebergDestinationConfigurationProperty
-> Maybe RetryOptionsProperty
roleARN :: IcebergDestinationConfigurationProperty -> Value Text
s3Configuration :: IcebergDestinationConfigurationProperty
-> S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe TableCreationConfigurationProperty
s3BackupMode :: IcebergDestinationConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"CatalogConfiguration" Key -> CatalogConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= CatalogConfigurationProperty
catalogConfiguration,
Key
"RoleARN" 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..= Value Text
roleARN,
Key
"S3Configuration" Key -> S3DestinationConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= S3DestinationConfigurationProperty
s3Configuration]
([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
"AppendOnly" (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)
appendOnly,
Key -> BufferingHintsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"BufferingHints" (BufferingHintsProperty -> (Key, Value))
-> Maybe BufferingHintsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe BufferingHintsProperty
bufferingHints,
Key -> CloudWatchLoggingOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CloudWatchLoggingOptions"
(CloudWatchLoggingOptionsProperty -> (Key, Value))
-> Maybe CloudWatchLoggingOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe CloudWatchLoggingOptionsProperty
cloudWatchLoggingOptions,
Key -> [DestinationTableConfigurationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DestinationTableConfigurationList"
([DestinationTableConfigurationProperty] -> (Key, Value))
-> Maybe [DestinationTableConfigurationProperty]
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [DestinationTableConfigurationProperty]
destinationTableConfigurationList,
Key -> ProcessingConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ProcessingConfiguration"
(ProcessingConfigurationProperty -> (Key, Value))
-> Maybe ProcessingConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ProcessingConfigurationProperty
processingConfiguration,
Key -> RetryOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RetryOptions" (RetryOptionsProperty -> (Key, Value))
-> Maybe RetryOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RetryOptionsProperty
retryOptions,
Key -> SchemaEvolutionConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SchemaEvolutionConfiguration"
(SchemaEvolutionConfigurationProperty -> (Key, Value))
-> Maybe SchemaEvolutionConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SchemaEvolutionConfigurationProperty
schemaEvolutionConfiguration,
Key -> TableCreationConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TableCreationConfiguration"
(TableCreationConfigurationProperty -> (Key, Value))
-> Maybe TableCreationConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe TableCreationConfigurationProperty
tableCreationConfiguration,
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
"s3BackupMode" (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)
s3BackupMode])))
instance Property "AppendOnly" IcebergDestinationConfigurationProperty where
type PropertyType "AppendOnly" IcebergDestinationConfigurationProperty = Value Prelude.Bool
set :: PropertyType "AppendOnly" IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
set PropertyType "AppendOnly" IcebergDestinationConfigurationProperty
newValue IcebergDestinationConfigurationProperty {Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: IcebergDestinationConfigurationProperty -> ()
appendOnly :: IcebergDestinationConfigurationProperty -> Maybe (Value Bool)
bufferingHints :: IcebergDestinationConfigurationProperty
-> Maybe BufferingHintsProperty
catalogConfiguration :: IcebergDestinationConfigurationProperty
-> CatalogConfigurationProperty
cloudWatchLoggingOptions :: IcebergDestinationConfigurationProperty
-> Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: IcebergDestinationConfigurationProperty
-> Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe ProcessingConfigurationProperty
retryOptions :: IcebergDestinationConfigurationProperty
-> Maybe RetryOptionsProperty
roleARN :: IcebergDestinationConfigurationProperty -> Value Text
s3Configuration :: IcebergDestinationConfigurationProperty
-> S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe TableCreationConfigurationProperty
s3BackupMode :: IcebergDestinationConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
= IcebergDestinationConfigurationProperty
{appendOnly :: Maybe (Value Bool)
appendOnly = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AppendOnly" IcebergDestinationConfigurationProperty
Value Bool
newValue, Maybe [DestinationTableConfigurationProperty]
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: ()
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
haddock_workaround_ :: ()
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
instance Property "BufferingHints" IcebergDestinationConfigurationProperty where
type PropertyType "BufferingHints" IcebergDestinationConfigurationProperty = BufferingHintsProperty
set :: PropertyType
"BufferingHints" IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
set PropertyType
"BufferingHints" IcebergDestinationConfigurationProperty
newValue IcebergDestinationConfigurationProperty {Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: IcebergDestinationConfigurationProperty -> ()
appendOnly :: IcebergDestinationConfigurationProperty -> Maybe (Value Bool)
bufferingHints :: IcebergDestinationConfigurationProperty
-> Maybe BufferingHintsProperty
catalogConfiguration :: IcebergDestinationConfigurationProperty
-> CatalogConfigurationProperty
cloudWatchLoggingOptions :: IcebergDestinationConfigurationProperty
-> Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: IcebergDestinationConfigurationProperty
-> Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe ProcessingConfigurationProperty
retryOptions :: IcebergDestinationConfigurationProperty
-> Maybe RetryOptionsProperty
roleARN :: IcebergDestinationConfigurationProperty -> Value Text
s3Configuration :: IcebergDestinationConfigurationProperty
-> S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe TableCreationConfigurationProperty
s3BackupMode :: IcebergDestinationConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
= IcebergDestinationConfigurationProperty
{bufferingHints :: Maybe BufferingHintsProperty
bufferingHints = BufferingHintsProperty -> Maybe BufferingHintsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"BufferingHints" IcebergDestinationConfigurationProperty
BufferingHintsProperty
newValue, Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
instance Property "CatalogConfiguration" IcebergDestinationConfigurationProperty where
type PropertyType "CatalogConfiguration" IcebergDestinationConfigurationProperty = CatalogConfigurationProperty
set :: PropertyType
"CatalogConfiguration" IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
set PropertyType
"CatalogConfiguration" IcebergDestinationConfigurationProperty
newValue IcebergDestinationConfigurationProperty {Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: IcebergDestinationConfigurationProperty -> ()
appendOnly :: IcebergDestinationConfigurationProperty -> Maybe (Value Bool)
bufferingHints :: IcebergDestinationConfigurationProperty
-> Maybe BufferingHintsProperty
catalogConfiguration :: IcebergDestinationConfigurationProperty
-> CatalogConfigurationProperty
cloudWatchLoggingOptions :: IcebergDestinationConfigurationProperty
-> Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: IcebergDestinationConfigurationProperty
-> Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe ProcessingConfigurationProperty
retryOptions :: IcebergDestinationConfigurationProperty
-> Maybe RetryOptionsProperty
roleARN :: IcebergDestinationConfigurationProperty -> Value Text
s3Configuration :: IcebergDestinationConfigurationProperty
-> S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe TableCreationConfigurationProperty
s3BackupMode :: IcebergDestinationConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
= IcebergDestinationConfigurationProperty
{catalogConfiguration :: CatalogConfigurationProperty
catalogConfiguration = PropertyType
"CatalogConfiguration" IcebergDestinationConfigurationProperty
CatalogConfigurationProperty
newValue, Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
S3DestinationConfigurationProperty
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
instance Property "CloudWatchLoggingOptions" IcebergDestinationConfigurationProperty where
type PropertyType "CloudWatchLoggingOptions" IcebergDestinationConfigurationProperty = CloudWatchLoggingOptionsProperty
set :: PropertyType
"CloudWatchLoggingOptions" IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
set PropertyType
"CloudWatchLoggingOptions" IcebergDestinationConfigurationProperty
newValue IcebergDestinationConfigurationProperty {Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: IcebergDestinationConfigurationProperty -> ()
appendOnly :: IcebergDestinationConfigurationProperty -> Maybe (Value Bool)
bufferingHints :: IcebergDestinationConfigurationProperty
-> Maybe BufferingHintsProperty
catalogConfiguration :: IcebergDestinationConfigurationProperty
-> CatalogConfigurationProperty
cloudWatchLoggingOptions :: IcebergDestinationConfigurationProperty
-> Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: IcebergDestinationConfigurationProperty
-> Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe ProcessingConfigurationProperty
retryOptions :: IcebergDestinationConfigurationProperty
-> Maybe RetryOptionsProperty
roleARN :: IcebergDestinationConfigurationProperty -> Value Text
s3Configuration :: IcebergDestinationConfigurationProperty
-> S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe TableCreationConfigurationProperty
s3BackupMode :: IcebergDestinationConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
= IcebergDestinationConfigurationProperty
{cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
cloudWatchLoggingOptions = CloudWatchLoggingOptionsProperty
-> Maybe CloudWatchLoggingOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"CloudWatchLoggingOptions" IcebergDestinationConfigurationProperty
CloudWatchLoggingOptionsProperty
newValue, Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
instance Property "DestinationTableConfigurationList" IcebergDestinationConfigurationProperty where
type PropertyType "DestinationTableConfigurationList" IcebergDestinationConfigurationProperty = [DestinationTableConfigurationProperty]
set :: PropertyType
"DestinationTableConfigurationList"
IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
set PropertyType
"DestinationTableConfigurationList"
IcebergDestinationConfigurationProperty
newValue IcebergDestinationConfigurationProperty {Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: IcebergDestinationConfigurationProperty -> ()
appendOnly :: IcebergDestinationConfigurationProperty -> Maybe (Value Bool)
bufferingHints :: IcebergDestinationConfigurationProperty
-> Maybe BufferingHintsProperty
catalogConfiguration :: IcebergDestinationConfigurationProperty
-> CatalogConfigurationProperty
cloudWatchLoggingOptions :: IcebergDestinationConfigurationProperty
-> Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: IcebergDestinationConfigurationProperty
-> Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe ProcessingConfigurationProperty
retryOptions :: IcebergDestinationConfigurationProperty
-> Maybe RetryOptionsProperty
roleARN :: IcebergDestinationConfigurationProperty -> Value Text
s3Configuration :: IcebergDestinationConfigurationProperty
-> S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe TableCreationConfigurationProperty
s3BackupMode :: IcebergDestinationConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
= IcebergDestinationConfigurationProperty
{destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
destinationTableConfigurationList = [DestinationTableConfigurationProperty]
-> Maybe [DestinationTableConfigurationProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [DestinationTableConfigurationProperty]
PropertyType
"DestinationTableConfigurationList"
IcebergDestinationConfigurationProperty
newValue, Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
instance Property "ProcessingConfiguration" IcebergDestinationConfigurationProperty where
type PropertyType "ProcessingConfiguration" IcebergDestinationConfigurationProperty = ProcessingConfigurationProperty
set :: PropertyType
"ProcessingConfiguration" IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
set PropertyType
"ProcessingConfiguration" IcebergDestinationConfigurationProperty
newValue IcebergDestinationConfigurationProperty {Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: IcebergDestinationConfigurationProperty -> ()
appendOnly :: IcebergDestinationConfigurationProperty -> Maybe (Value Bool)
bufferingHints :: IcebergDestinationConfigurationProperty
-> Maybe BufferingHintsProperty
catalogConfiguration :: IcebergDestinationConfigurationProperty
-> CatalogConfigurationProperty
cloudWatchLoggingOptions :: IcebergDestinationConfigurationProperty
-> Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: IcebergDestinationConfigurationProperty
-> Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe ProcessingConfigurationProperty
retryOptions :: IcebergDestinationConfigurationProperty
-> Maybe RetryOptionsProperty
roleARN :: IcebergDestinationConfigurationProperty -> Value Text
s3Configuration :: IcebergDestinationConfigurationProperty
-> S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe TableCreationConfigurationProperty
s3BackupMode :: IcebergDestinationConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
= IcebergDestinationConfigurationProperty
{processingConfiguration :: Maybe ProcessingConfigurationProperty
processingConfiguration = ProcessingConfigurationProperty
-> Maybe ProcessingConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"ProcessingConfiguration" IcebergDestinationConfigurationProperty
ProcessingConfigurationProperty
newValue, Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
instance Property "RetryOptions" IcebergDestinationConfigurationProperty where
type PropertyType "RetryOptions" IcebergDestinationConfigurationProperty = RetryOptionsProperty
set :: PropertyType "RetryOptions" IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
set PropertyType "RetryOptions" IcebergDestinationConfigurationProperty
newValue IcebergDestinationConfigurationProperty {Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: IcebergDestinationConfigurationProperty -> ()
appendOnly :: IcebergDestinationConfigurationProperty -> Maybe (Value Bool)
bufferingHints :: IcebergDestinationConfigurationProperty
-> Maybe BufferingHintsProperty
catalogConfiguration :: IcebergDestinationConfigurationProperty
-> CatalogConfigurationProperty
cloudWatchLoggingOptions :: IcebergDestinationConfigurationProperty
-> Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: IcebergDestinationConfigurationProperty
-> Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe ProcessingConfigurationProperty
retryOptions :: IcebergDestinationConfigurationProperty
-> Maybe RetryOptionsProperty
roleARN :: IcebergDestinationConfigurationProperty -> Value Text
s3Configuration :: IcebergDestinationConfigurationProperty
-> S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe TableCreationConfigurationProperty
s3BackupMode :: IcebergDestinationConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
= IcebergDestinationConfigurationProperty
{retryOptions :: Maybe RetryOptionsProperty
retryOptions = RetryOptionsProperty -> Maybe RetryOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RetryOptions" IcebergDestinationConfigurationProperty
RetryOptionsProperty
newValue, Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
instance Property "RoleARN" IcebergDestinationConfigurationProperty where
type PropertyType "RoleARN" IcebergDestinationConfigurationProperty = Value Prelude.Text
set :: PropertyType "RoleARN" IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
set PropertyType "RoleARN" IcebergDestinationConfigurationProperty
newValue IcebergDestinationConfigurationProperty {Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: IcebergDestinationConfigurationProperty -> ()
appendOnly :: IcebergDestinationConfigurationProperty -> Maybe (Value Bool)
bufferingHints :: IcebergDestinationConfigurationProperty
-> Maybe BufferingHintsProperty
catalogConfiguration :: IcebergDestinationConfigurationProperty
-> CatalogConfigurationProperty
cloudWatchLoggingOptions :: IcebergDestinationConfigurationProperty
-> Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: IcebergDestinationConfigurationProperty
-> Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe ProcessingConfigurationProperty
retryOptions :: IcebergDestinationConfigurationProperty
-> Maybe RetryOptionsProperty
roleARN :: IcebergDestinationConfigurationProperty -> Value Text
s3Configuration :: IcebergDestinationConfigurationProperty
-> S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe TableCreationConfigurationProperty
s3BackupMode :: IcebergDestinationConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
= IcebergDestinationConfigurationProperty {roleARN :: Value Text
roleARN = PropertyType "RoleARN" IcebergDestinationConfigurationProperty
Value Text
newValue, Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
instance Property "S3Configuration" IcebergDestinationConfigurationProperty where
type PropertyType "S3Configuration" IcebergDestinationConfigurationProperty = S3DestinationConfigurationProperty
set :: PropertyType
"S3Configuration" IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
set PropertyType
"S3Configuration" IcebergDestinationConfigurationProperty
newValue IcebergDestinationConfigurationProperty {Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: IcebergDestinationConfigurationProperty -> ()
appendOnly :: IcebergDestinationConfigurationProperty -> Maybe (Value Bool)
bufferingHints :: IcebergDestinationConfigurationProperty
-> Maybe BufferingHintsProperty
catalogConfiguration :: IcebergDestinationConfigurationProperty
-> CatalogConfigurationProperty
cloudWatchLoggingOptions :: IcebergDestinationConfigurationProperty
-> Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: IcebergDestinationConfigurationProperty
-> Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe ProcessingConfigurationProperty
retryOptions :: IcebergDestinationConfigurationProperty
-> Maybe RetryOptionsProperty
roleARN :: IcebergDestinationConfigurationProperty -> Value Text
s3Configuration :: IcebergDestinationConfigurationProperty
-> S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe TableCreationConfigurationProperty
s3BackupMode :: IcebergDestinationConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
= IcebergDestinationConfigurationProperty
{s3Configuration :: S3DestinationConfigurationProperty
s3Configuration = PropertyType
"S3Configuration" IcebergDestinationConfigurationProperty
S3DestinationConfigurationProperty
newValue, Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
instance Property "SchemaEvolutionConfiguration" IcebergDestinationConfigurationProperty where
type PropertyType "SchemaEvolutionConfiguration" IcebergDestinationConfigurationProperty = SchemaEvolutionConfigurationProperty
set :: PropertyType
"SchemaEvolutionConfiguration"
IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
set PropertyType
"SchemaEvolutionConfiguration"
IcebergDestinationConfigurationProperty
newValue IcebergDestinationConfigurationProperty {Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: IcebergDestinationConfigurationProperty -> ()
appendOnly :: IcebergDestinationConfigurationProperty -> Maybe (Value Bool)
bufferingHints :: IcebergDestinationConfigurationProperty
-> Maybe BufferingHintsProperty
catalogConfiguration :: IcebergDestinationConfigurationProperty
-> CatalogConfigurationProperty
cloudWatchLoggingOptions :: IcebergDestinationConfigurationProperty
-> Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: IcebergDestinationConfigurationProperty
-> Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe ProcessingConfigurationProperty
retryOptions :: IcebergDestinationConfigurationProperty
-> Maybe RetryOptionsProperty
roleARN :: IcebergDestinationConfigurationProperty -> Value Text
s3Configuration :: IcebergDestinationConfigurationProperty
-> S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe TableCreationConfigurationProperty
s3BackupMode :: IcebergDestinationConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
= IcebergDestinationConfigurationProperty
{schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
schemaEvolutionConfiguration = SchemaEvolutionConfigurationProperty
-> Maybe SchemaEvolutionConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"SchemaEvolutionConfiguration"
IcebergDestinationConfigurationProperty
SchemaEvolutionConfigurationProperty
newValue, Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
instance Property "TableCreationConfiguration" IcebergDestinationConfigurationProperty where
type PropertyType "TableCreationConfiguration" IcebergDestinationConfigurationProperty = TableCreationConfigurationProperty
set :: PropertyType
"TableCreationConfiguration"
IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
set PropertyType
"TableCreationConfiguration"
IcebergDestinationConfigurationProperty
newValue IcebergDestinationConfigurationProperty {Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: IcebergDestinationConfigurationProperty -> ()
appendOnly :: IcebergDestinationConfigurationProperty -> Maybe (Value Bool)
bufferingHints :: IcebergDestinationConfigurationProperty
-> Maybe BufferingHintsProperty
catalogConfiguration :: IcebergDestinationConfigurationProperty
-> CatalogConfigurationProperty
cloudWatchLoggingOptions :: IcebergDestinationConfigurationProperty
-> Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: IcebergDestinationConfigurationProperty
-> Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe ProcessingConfigurationProperty
retryOptions :: IcebergDestinationConfigurationProperty
-> Maybe RetryOptionsProperty
roleARN :: IcebergDestinationConfigurationProperty -> Value Text
s3Configuration :: IcebergDestinationConfigurationProperty
-> S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe TableCreationConfigurationProperty
s3BackupMode :: IcebergDestinationConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
= IcebergDestinationConfigurationProperty
{tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
tableCreationConfiguration = TableCreationConfigurationProperty
-> Maybe TableCreationConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"TableCreationConfiguration"
IcebergDestinationConfigurationProperty
TableCreationConfigurationProperty
newValue, Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
s3BackupMode :: Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
instance Property "s3BackupMode" IcebergDestinationConfigurationProperty where
type PropertyType "s3BackupMode" IcebergDestinationConfigurationProperty = Value Prelude.Text
set :: PropertyType "s3BackupMode" IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
-> IcebergDestinationConfigurationProperty
set PropertyType "s3BackupMode" IcebergDestinationConfigurationProperty
newValue IcebergDestinationConfigurationProperty {Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe (Value Text)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: IcebergDestinationConfigurationProperty -> ()
appendOnly :: IcebergDestinationConfigurationProperty -> Maybe (Value Bool)
bufferingHints :: IcebergDestinationConfigurationProperty
-> Maybe BufferingHintsProperty
catalogConfiguration :: IcebergDestinationConfigurationProperty
-> CatalogConfigurationProperty
cloudWatchLoggingOptions :: IcebergDestinationConfigurationProperty
-> Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: IcebergDestinationConfigurationProperty
-> Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe ProcessingConfigurationProperty
retryOptions :: IcebergDestinationConfigurationProperty
-> Maybe RetryOptionsProperty
roleARN :: IcebergDestinationConfigurationProperty -> Value Text
s3Configuration :: IcebergDestinationConfigurationProperty
-> S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: IcebergDestinationConfigurationProperty
-> Maybe TableCreationConfigurationProperty
s3BackupMode :: IcebergDestinationConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
s3BackupMode :: Maybe (Value Text)
..}
= IcebergDestinationConfigurationProperty
{s3BackupMode :: Maybe (Value Text)
s3BackupMode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "s3BackupMode" IcebergDestinationConfigurationProperty
Value Text
newValue, Maybe [DestinationTableConfigurationProperty]
Maybe (Value Bool)
Maybe BufferingHintsProperty
Maybe CloudWatchLoggingOptionsProperty
Maybe ProcessingConfigurationProperty
Maybe RetryOptionsProperty
Maybe SchemaEvolutionConfigurationProperty
Maybe TableCreationConfigurationProperty
()
Value Text
CatalogConfigurationProperty
S3DestinationConfigurationProperty
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
haddock_workaround_ :: ()
appendOnly :: Maybe (Value Bool)
bufferingHints :: Maybe BufferingHintsProperty
catalogConfiguration :: CatalogConfigurationProperty
cloudWatchLoggingOptions :: Maybe CloudWatchLoggingOptionsProperty
destinationTableConfigurationList :: Maybe [DestinationTableConfigurationProperty]
processingConfiguration :: Maybe ProcessingConfigurationProperty
retryOptions :: Maybe RetryOptionsProperty
roleARN :: Value Text
s3Configuration :: S3DestinationConfigurationProperty
schemaEvolutionConfiguration :: Maybe SchemaEvolutionConfigurationProperty
tableCreationConfiguration :: Maybe TableCreationConfigurationProperty
..}