module Stratosphere.AppFlow.ConnectorProfile.SnowflakeConnectorProfilePropertiesProperty (
SnowflakeConnectorProfilePropertiesProperty(..),
mkSnowflakeConnectorProfilePropertiesProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import Stratosphere.ResourceProperties
import Stratosphere.Value
data SnowflakeConnectorProfilePropertiesProperty
=
SnowflakeConnectorProfilePropertiesProperty {SnowflakeConnectorProfilePropertiesProperty -> ()
haddock_workaround_ :: (),
SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
accountName :: (Prelude.Maybe (Value Prelude.Text)),
SnowflakeConnectorProfilePropertiesProperty -> Value Text
bucketName :: (Value Prelude.Text),
SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
bucketPrefix :: (Prelude.Maybe (Value Prelude.Text)),
SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
privateLinkServiceName :: (Prelude.Maybe (Value Prelude.Text)),
SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
region :: (Prelude.Maybe (Value Prelude.Text)),
SnowflakeConnectorProfilePropertiesProperty -> Value Text
stage :: (Value Prelude.Text),
SnowflakeConnectorProfilePropertiesProperty -> Value Text
warehouse :: (Value Prelude.Text)}
deriving stock (SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty -> Bool
(SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty -> Bool)
-> (SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty -> Bool)
-> Eq SnowflakeConnectorProfilePropertiesProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty -> Bool
== :: SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty -> Bool
$c/= :: SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty -> Bool
/= :: SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty -> Bool
Prelude.Eq, Int -> SnowflakeConnectorProfilePropertiesProperty -> ShowS
[SnowflakeConnectorProfilePropertiesProperty] -> ShowS
SnowflakeConnectorProfilePropertiesProperty -> String
(Int -> SnowflakeConnectorProfilePropertiesProperty -> ShowS)
-> (SnowflakeConnectorProfilePropertiesProperty -> String)
-> ([SnowflakeConnectorProfilePropertiesProperty] -> ShowS)
-> Show SnowflakeConnectorProfilePropertiesProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> SnowflakeConnectorProfilePropertiesProperty -> ShowS
showsPrec :: Int -> SnowflakeConnectorProfilePropertiesProperty -> ShowS
$cshow :: SnowflakeConnectorProfilePropertiesProperty -> String
show :: SnowflakeConnectorProfilePropertiesProperty -> String
$cshowList :: [SnowflakeConnectorProfilePropertiesProperty] -> ShowS
showList :: [SnowflakeConnectorProfilePropertiesProperty] -> ShowS
Prelude.Show)
mkSnowflakeConnectorProfilePropertiesProperty ::
Value Prelude.Text
-> Value Prelude.Text
-> Value Prelude.Text
-> SnowflakeConnectorProfilePropertiesProperty
mkSnowflakeConnectorProfilePropertiesProperty :: Value Text
-> Value Text
-> Value Text
-> SnowflakeConnectorProfilePropertiesProperty
mkSnowflakeConnectorProfilePropertiesProperty
Value Text
bucketName
Value Text
stage
Value Text
warehouse
= SnowflakeConnectorProfilePropertiesProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), bucketName :: Value Text
bucketName = Value Text
bucketName, stage :: Value Text
stage = Value Text
stage,
warehouse :: Value Text
warehouse = Value Text
warehouse, accountName :: Maybe (Value Text)
accountName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
bucketPrefix :: Maybe (Value Text)
bucketPrefix = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
privateLinkServiceName :: Maybe (Value Text)
privateLinkServiceName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, region :: Maybe (Value Text)
region = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties SnowflakeConnectorProfilePropertiesProperty where
toResourceProperties :: SnowflakeConnectorProfilePropertiesProperty -> ResourceProperties
toResourceProperties
SnowflakeConnectorProfilePropertiesProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: SnowflakeConnectorProfilePropertiesProperty -> ()
accountName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
bucketName :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
bucketPrefix :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
privateLinkServiceName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
region :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
stage :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
warehouse :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::AppFlow::ConnectorProfile.SnowflakeConnectorProfileProperties",
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
"BucketName" 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
bucketName, Key
"Stage" 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
stage,
Key
"Warehouse" 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
warehouse]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[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
"AccountName" (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)
accountName,
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
"BucketPrefix" (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)
bucketPrefix,
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
"PrivateLinkServiceName"
(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)
privateLinkServiceName,
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
"Region" (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)
region]))}
instance JSON.ToJSON SnowflakeConnectorProfilePropertiesProperty where
toJSON :: SnowflakeConnectorProfilePropertiesProperty -> Value
toJSON SnowflakeConnectorProfilePropertiesProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: SnowflakeConnectorProfilePropertiesProperty -> ()
accountName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
bucketName :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
bucketPrefix :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
privateLinkServiceName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
region :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
stage :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
warehouse :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
warehouse :: 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
"BucketName" 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
bucketName, Key
"Stage" 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
stage,
Key
"Warehouse" 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
warehouse]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[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
"AccountName" (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)
accountName,
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
"BucketPrefix" (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)
bucketPrefix,
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
"PrivateLinkServiceName"
(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)
privateLinkServiceName,
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
"Region" (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)
region])))
instance Property "AccountName" SnowflakeConnectorProfilePropertiesProperty where
type PropertyType "AccountName" SnowflakeConnectorProfilePropertiesProperty = Value Prelude.Text
set :: PropertyType
"AccountName" SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty
set PropertyType
"AccountName" SnowflakeConnectorProfilePropertiesProperty
newValue SnowflakeConnectorProfilePropertiesProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: SnowflakeConnectorProfilePropertiesProperty -> ()
accountName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
bucketName :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
bucketPrefix :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
privateLinkServiceName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
region :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
stage :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
warehouse :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
..}
= SnowflakeConnectorProfilePropertiesProperty
{accountName :: Maybe (Value Text)
accountName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"AccountName" SnowflakeConnectorProfilePropertiesProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
haddock_workaround_ :: ()
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
..}
instance Property "BucketName" SnowflakeConnectorProfilePropertiesProperty where
type PropertyType "BucketName" SnowflakeConnectorProfilePropertiesProperty = Value Prelude.Text
set :: PropertyType
"BucketName" SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty
set PropertyType
"BucketName" SnowflakeConnectorProfilePropertiesProperty
newValue SnowflakeConnectorProfilePropertiesProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: SnowflakeConnectorProfilePropertiesProperty -> ()
accountName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
bucketName :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
bucketPrefix :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
privateLinkServiceName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
region :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
stage :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
warehouse :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
..}
= SnowflakeConnectorProfilePropertiesProperty
{bucketName :: Value Text
bucketName = PropertyType
"BucketName" SnowflakeConnectorProfilePropertiesProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
..}
instance Property "BucketPrefix" SnowflakeConnectorProfilePropertiesProperty where
type PropertyType "BucketPrefix" SnowflakeConnectorProfilePropertiesProperty = Value Prelude.Text
set :: PropertyType
"BucketPrefix" SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty
set PropertyType
"BucketPrefix" SnowflakeConnectorProfilePropertiesProperty
newValue SnowflakeConnectorProfilePropertiesProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: SnowflakeConnectorProfilePropertiesProperty -> ()
accountName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
bucketName :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
bucketPrefix :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
privateLinkServiceName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
region :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
stage :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
warehouse :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
..}
= SnowflakeConnectorProfilePropertiesProperty
{bucketPrefix :: Maybe (Value Text)
bucketPrefix = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"BucketPrefix" SnowflakeConnectorProfilePropertiesProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
..}
instance Property "PrivateLinkServiceName" SnowflakeConnectorProfilePropertiesProperty where
type PropertyType "PrivateLinkServiceName" SnowflakeConnectorProfilePropertiesProperty = Value Prelude.Text
set :: PropertyType
"PrivateLinkServiceName"
SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty
set PropertyType
"PrivateLinkServiceName"
SnowflakeConnectorProfilePropertiesProperty
newValue SnowflakeConnectorProfilePropertiesProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: SnowflakeConnectorProfilePropertiesProperty -> ()
accountName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
bucketName :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
bucketPrefix :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
privateLinkServiceName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
region :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
stage :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
warehouse :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
..}
= SnowflakeConnectorProfilePropertiesProperty
{privateLinkServiceName :: Maybe (Value Text)
privateLinkServiceName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"PrivateLinkServiceName"
SnowflakeConnectorProfilePropertiesProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
..}
instance Property "Region" SnowflakeConnectorProfilePropertiesProperty where
type PropertyType "Region" SnowflakeConnectorProfilePropertiesProperty = Value Prelude.Text
set :: PropertyType "Region" SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty
set PropertyType "Region" SnowflakeConnectorProfilePropertiesProperty
newValue SnowflakeConnectorProfilePropertiesProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: SnowflakeConnectorProfilePropertiesProperty -> ()
accountName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
bucketName :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
bucketPrefix :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
privateLinkServiceName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
region :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
stage :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
warehouse :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
..}
= SnowflakeConnectorProfilePropertiesProperty
{region :: Maybe (Value Text)
region = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Region" SnowflakeConnectorProfilePropertiesProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
..}
instance Property "Stage" SnowflakeConnectorProfilePropertiesProperty where
type PropertyType "Stage" SnowflakeConnectorProfilePropertiesProperty = Value Prelude.Text
set :: PropertyType "Stage" SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty
set PropertyType "Stage" SnowflakeConnectorProfilePropertiesProperty
newValue SnowflakeConnectorProfilePropertiesProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: SnowflakeConnectorProfilePropertiesProperty -> ()
accountName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
bucketName :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
bucketPrefix :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
privateLinkServiceName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
region :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
stage :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
warehouse :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
..}
= SnowflakeConnectorProfilePropertiesProperty
{stage :: Value Text
stage = PropertyType "Stage" SnowflakeConnectorProfilePropertiesProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
warehouse :: Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
warehouse :: Value Text
..}
instance Property "Warehouse" SnowflakeConnectorProfilePropertiesProperty where
type PropertyType "Warehouse" SnowflakeConnectorProfilePropertiesProperty = Value Prelude.Text
set :: PropertyType
"Warehouse" SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty
-> SnowflakeConnectorProfilePropertiesProperty
set PropertyType
"Warehouse" SnowflakeConnectorProfilePropertiesProperty
newValue SnowflakeConnectorProfilePropertiesProperty {Maybe (Value Text)
()
Value Text
haddock_workaround_ :: SnowflakeConnectorProfilePropertiesProperty -> ()
accountName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
bucketName :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
bucketPrefix :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
privateLinkServiceName :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
region :: SnowflakeConnectorProfilePropertiesProperty -> Maybe (Value Text)
stage :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
warehouse :: SnowflakeConnectorProfilePropertiesProperty -> Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
warehouse :: Value Text
..}
= SnowflakeConnectorProfilePropertiesProperty
{warehouse :: Value Text
warehouse = PropertyType
"Warehouse" SnowflakeConnectorProfilePropertiesProperty
Value Text
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
haddock_workaround_ :: ()
accountName :: Maybe (Value Text)
bucketName :: Value Text
bucketPrefix :: Maybe (Value Text)
privateLinkServiceName :: Maybe (Value Text)
region :: Maybe (Value Text)
stage :: Value Text
..}