module Stratosphere.DataZone.Connection.GlueConnectionInputProperty (
module Exports, GlueConnectionInputProperty(..),
mkGlueConnectionInputProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.DataZone.Connection.AuthenticationConfigurationInputProperty as Exports
import {-# SOURCE #-} Stratosphere.DataZone.Connection.PhysicalConnectionRequirementsProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data GlueConnectionInputProperty
=
GlueConnectionInputProperty {GlueConnectionInputProperty -> ()
haddock_workaround_ :: (),
GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
athenaProperties :: (Prelude.Maybe (Prelude.Map Prelude.Text (Value Prelude.Text))),
GlueConnectionInputProperty
-> Maybe AuthenticationConfigurationInputProperty
authenticationConfiguration :: (Prelude.Maybe AuthenticationConfigurationInputProperty),
GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
connectionProperties :: (Prelude.Maybe (Prelude.Map Prelude.Text (Value Prelude.Text))),
GlueConnectionInputProperty -> Maybe (Value Text)
connectionType :: (Prelude.Maybe (Value Prelude.Text)),
GlueConnectionInputProperty -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
GlueConnectionInputProperty -> Maybe (Value Text)
matchCriteria :: (Prelude.Maybe (Value Prelude.Text)),
GlueConnectionInputProperty -> Maybe (Value Text)
name :: (Prelude.Maybe (Value Prelude.Text)),
GlueConnectionInputProperty
-> Maybe PhysicalConnectionRequirementsProperty
physicalConnectionRequirements :: (Prelude.Maybe PhysicalConnectionRequirementsProperty),
GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
pythonProperties :: (Prelude.Maybe (Prelude.Map Prelude.Text (Value Prelude.Text))),
GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
sparkProperties :: (Prelude.Maybe (Prelude.Map Prelude.Text (Value Prelude.Text))),
GlueConnectionInputProperty -> Maybe (Value Bool)
validateCredentials :: (Prelude.Maybe (Value Prelude.Bool)),
GlueConnectionInputProperty -> Maybe (ValueList Text)
validateForComputeEnvironments :: (Prelude.Maybe (ValueList Prelude.Text))}
deriving stock (GlueConnectionInputProperty -> GlueConnectionInputProperty -> Bool
(GlueConnectionInputProperty
-> GlueConnectionInputProperty -> Bool)
-> (GlueConnectionInputProperty
-> GlueConnectionInputProperty -> Bool)
-> Eq GlueConnectionInputProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: GlueConnectionInputProperty -> GlueConnectionInputProperty -> Bool
== :: GlueConnectionInputProperty -> GlueConnectionInputProperty -> Bool
$c/= :: GlueConnectionInputProperty -> GlueConnectionInputProperty -> Bool
/= :: GlueConnectionInputProperty -> GlueConnectionInputProperty -> Bool
Prelude.Eq, Int -> GlueConnectionInputProperty -> ShowS
[GlueConnectionInputProperty] -> ShowS
GlueConnectionInputProperty -> String
(Int -> GlueConnectionInputProperty -> ShowS)
-> (GlueConnectionInputProperty -> String)
-> ([GlueConnectionInputProperty] -> ShowS)
-> Show GlueConnectionInputProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> GlueConnectionInputProperty -> ShowS
showsPrec :: Int -> GlueConnectionInputProperty -> ShowS
$cshow :: GlueConnectionInputProperty -> String
show :: GlueConnectionInputProperty -> String
$cshowList :: [GlueConnectionInputProperty] -> ShowS
showList :: [GlueConnectionInputProperty] -> ShowS
Prelude.Show)
mkGlueConnectionInputProperty :: GlueConnectionInputProperty
mkGlueConnectionInputProperty :: GlueConnectionInputProperty
mkGlueConnectionInputProperty
= GlueConnectionInputProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), athenaProperties :: Maybe (Map Text (Value Text))
athenaProperties = Maybe (Map Text (Value Text))
forall a. Maybe a
Prelude.Nothing,
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
authenticationConfiguration = Maybe AuthenticationConfigurationInputProperty
forall a. Maybe a
Prelude.Nothing,
connectionProperties :: Maybe (Map Text (Value Text))
connectionProperties = Maybe (Map Text (Value Text))
forall a. Maybe a
Prelude.Nothing,
connectionType :: Maybe (Value Text)
connectionType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, description :: Maybe (Value Text)
description = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
matchCriteria :: Maybe (Value Text)
matchCriteria = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, name :: Maybe (Value Text)
name = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
physicalConnectionRequirements = Maybe PhysicalConnectionRequirementsProperty
forall a. Maybe a
Prelude.Nothing,
pythonProperties :: Maybe (Map Text (Value Text))
pythonProperties = Maybe (Map Text (Value Text))
forall a. Maybe a
Prelude.Nothing,
sparkProperties :: Maybe (Map Text (Value Text))
sparkProperties = Maybe (Map Text (Value Text))
forall a. Maybe a
Prelude.Nothing,
validateCredentials :: Maybe (Value Bool)
validateCredentials = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
validateForComputeEnvironments :: Maybe (ValueList Text)
validateForComputeEnvironments = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties GlueConnectionInputProperty where
toResourceProperties :: GlueConnectionInputProperty -> ResourceProperties
toResourceProperties GlueConnectionInputProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: GlueConnectionInputProperty -> ()
athenaProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
authenticationConfiguration :: GlueConnectionInputProperty
-> Maybe AuthenticationConfigurationInputProperty
connectionProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
connectionType :: GlueConnectionInputProperty -> Maybe (Value Text)
description :: GlueConnectionInputProperty -> Maybe (Value Text)
matchCriteria :: GlueConnectionInputProperty -> Maybe (Value Text)
name :: GlueConnectionInputProperty -> Maybe (Value Text)
physicalConnectionRequirements :: GlueConnectionInputProperty
-> Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
sparkProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
validateCredentials :: GlueConnectionInputProperty -> Maybe (Value Bool)
validateForComputeEnvironments :: GlueConnectionInputProperty -> Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::DataZone::Connection.GlueConnectionInput",
supportsTags :: Bool
supportsTags = Bool
Prelude.False,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Map Text (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
"AthenaProperties" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
athenaProperties,
Key -> AuthenticationConfigurationInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AuthenticationConfiguration"
(AuthenticationConfigurationInputProperty -> (Key, Value))
-> Maybe AuthenticationConfigurationInputProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AuthenticationConfigurationInputProperty
authenticationConfiguration,
Key -> Map Text (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
"ConnectionProperties" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
connectionProperties,
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
"ConnectionType" (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)
connectionType,
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
"Description" (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)
description,
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
"MatchCriteria" (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)
matchCriteria,
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
"Name" (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)
name,
Key -> PhysicalConnectionRequirementsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PhysicalConnectionRequirements"
(PhysicalConnectionRequirementsProperty -> (Key, Value))
-> Maybe PhysicalConnectionRequirementsProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe PhysicalConnectionRequirementsProperty
physicalConnectionRequirements,
Key -> Map Text (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
"PythonProperties" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
pythonProperties,
Key -> Map Text (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
"SparkProperties" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
sparkProperties,
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
"ValidateCredentials" (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)
validateCredentials,
Key -> ValueList 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
"ValidateForComputeEnvironments"
(ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
validateForComputeEnvironments])}
instance JSON.ToJSON GlueConnectionInputProperty where
toJSON :: GlueConnectionInputProperty -> Value
toJSON GlueConnectionInputProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: GlueConnectionInputProperty -> ()
athenaProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
authenticationConfiguration :: GlueConnectionInputProperty
-> Maybe AuthenticationConfigurationInputProperty
connectionProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
connectionType :: GlueConnectionInputProperty -> Maybe (Value Text)
description :: GlueConnectionInputProperty -> Maybe (Value Text)
matchCriteria :: GlueConnectionInputProperty -> Maybe (Value Text)
name :: GlueConnectionInputProperty -> Maybe (Value Text)
physicalConnectionRequirements :: GlueConnectionInputProperty
-> Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
sparkProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
validateCredentials :: GlueConnectionInputProperty -> Maybe (Value Bool)
validateForComputeEnvironments :: GlueConnectionInputProperty -> Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Map Text (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
"AthenaProperties" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
athenaProperties,
Key -> AuthenticationConfigurationInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AuthenticationConfiguration"
(AuthenticationConfigurationInputProperty -> (Key, Value))
-> Maybe AuthenticationConfigurationInputProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AuthenticationConfigurationInputProperty
authenticationConfiguration,
Key -> Map Text (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
"ConnectionProperties" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
connectionProperties,
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
"ConnectionType" (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)
connectionType,
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
"Description" (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)
description,
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
"MatchCriteria" (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)
matchCriteria,
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
"Name" (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)
name,
Key -> PhysicalConnectionRequirementsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PhysicalConnectionRequirements"
(PhysicalConnectionRequirementsProperty -> (Key, Value))
-> Maybe PhysicalConnectionRequirementsProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe PhysicalConnectionRequirementsProperty
physicalConnectionRequirements,
Key -> Map Text (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
"PythonProperties" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
pythonProperties,
Key -> Map Text (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
"SparkProperties" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
sparkProperties,
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
"ValidateCredentials" (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)
validateCredentials,
Key -> ValueList 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
"ValidateForComputeEnvironments"
(ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
validateForComputeEnvironments]))
instance Property "AthenaProperties" GlueConnectionInputProperty where
type PropertyType "AthenaProperties" GlueConnectionInputProperty = Prelude.Map Prelude.Text (Value Prelude.Text)
set :: PropertyType "AthenaProperties" GlueConnectionInputProperty
-> GlueConnectionInputProperty -> GlueConnectionInputProperty
set PropertyType "AthenaProperties" GlueConnectionInputProperty
newValue GlueConnectionInputProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: GlueConnectionInputProperty -> ()
athenaProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
authenticationConfiguration :: GlueConnectionInputProperty
-> Maybe AuthenticationConfigurationInputProperty
connectionProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
connectionType :: GlueConnectionInputProperty -> Maybe (Value Text)
description :: GlueConnectionInputProperty -> Maybe (Value Text)
matchCriteria :: GlueConnectionInputProperty -> Maybe (Value Text)
name :: GlueConnectionInputProperty -> Maybe (Value Text)
physicalConnectionRequirements :: GlueConnectionInputProperty
-> Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
sparkProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
validateCredentials :: GlueConnectionInputProperty -> Maybe (Value Bool)
validateForComputeEnvironments :: GlueConnectionInputProperty -> Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
= GlueConnectionInputProperty
{athenaProperties :: Maybe (Map Text (Value Text))
athenaProperties = Map Text (Value Text) -> Maybe (Map Text (Value Text))
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure Map Text (Value Text)
PropertyType "AthenaProperties" GlueConnectionInputProperty
newValue, Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: ()
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
haddock_workaround_ :: ()
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
instance Property "AuthenticationConfiguration" GlueConnectionInputProperty where
type PropertyType "AuthenticationConfiguration" GlueConnectionInputProperty = AuthenticationConfigurationInputProperty
set :: PropertyType
"AuthenticationConfiguration" GlueConnectionInputProperty
-> GlueConnectionInputProperty -> GlueConnectionInputProperty
set PropertyType
"AuthenticationConfiguration" GlueConnectionInputProperty
newValue GlueConnectionInputProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: GlueConnectionInputProperty -> ()
athenaProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
authenticationConfiguration :: GlueConnectionInputProperty
-> Maybe AuthenticationConfigurationInputProperty
connectionProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
connectionType :: GlueConnectionInputProperty -> Maybe (Value Text)
description :: GlueConnectionInputProperty -> Maybe (Value Text)
matchCriteria :: GlueConnectionInputProperty -> Maybe (Value Text)
name :: GlueConnectionInputProperty -> Maybe (Value Text)
physicalConnectionRequirements :: GlueConnectionInputProperty
-> Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
sparkProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
validateCredentials :: GlueConnectionInputProperty -> Maybe (Value Bool)
validateForComputeEnvironments :: GlueConnectionInputProperty -> Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
= GlueConnectionInputProperty
{authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
authenticationConfiguration = AuthenticationConfigurationInputProperty
-> Maybe AuthenticationConfigurationInputProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"AuthenticationConfiguration" GlueConnectionInputProperty
AuthenticationConfigurationInputProperty
newValue, Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
instance Property "ConnectionProperties" GlueConnectionInputProperty where
type PropertyType "ConnectionProperties" GlueConnectionInputProperty = Prelude.Map Prelude.Text (Value Prelude.Text)
set :: PropertyType "ConnectionProperties" GlueConnectionInputProperty
-> GlueConnectionInputProperty -> GlueConnectionInputProperty
set PropertyType "ConnectionProperties" GlueConnectionInputProperty
newValue GlueConnectionInputProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: GlueConnectionInputProperty -> ()
athenaProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
authenticationConfiguration :: GlueConnectionInputProperty
-> Maybe AuthenticationConfigurationInputProperty
connectionProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
connectionType :: GlueConnectionInputProperty -> Maybe (Value Text)
description :: GlueConnectionInputProperty -> Maybe (Value Text)
matchCriteria :: GlueConnectionInputProperty -> Maybe (Value Text)
name :: GlueConnectionInputProperty -> Maybe (Value Text)
physicalConnectionRequirements :: GlueConnectionInputProperty
-> Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
sparkProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
validateCredentials :: GlueConnectionInputProperty -> Maybe (Value Bool)
validateForComputeEnvironments :: GlueConnectionInputProperty -> Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
= GlueConnectionInputProperty
{connectionProperties :: Maybe (Map Text (Value Text))
connectionProperties = Map Text (Value Text) -> Maybe (Map Text (Value Text))
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure Map Text (Value Text)
PropertyType "ConnectionProperties" GlueConnectionInputProperty
newValue, Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
instance Property "ConnectionType" GlueConnectionInputProperty where
type PropertyType "ConnectionType" GlueConnectionInputProperty = Value Prelude.Text
set :: PropertyType "ConnectionType" GlueConnectionInputProperty
-> GlueConnectionInputProperty -> GlueConnectionInputProperty
set PropertyType "ConnectionType" GlueConnectionInputProperty
newValue GlueConnectionInputProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: GlueConnectionInputProperty -> ()
athenaProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
authenticationConfiguration :: GlueConnectionInputProperty
-> Maybe AuthenticationConfigurationInputProperty
connectionProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
connectionType :: GlueConnectionInputProperty -> Maybe (Value Text)
description :: GlueConnectionInputProperty -> Maybe (Value Text)
matchCriteria :: GlueConnectionInputProperty -> Maybe (Value Text)
name :: GlueConnectionInputProperty -> Maybe (Value Text)
physicalConnectionRequirements :: GlueConnectionInputProperty
-> Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
sparkProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
validateCredentials :: GlueConnectionInputProperty -> Maybe (Value Bool)
validateForComputeEnvironments :: GlueConnectionInputProperty -> Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
= GlueConnectionInputProperty
{connectionType :: Maybe (Value Text)
connectionType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ConnectionType" GlueConnectionInputProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
instance Property "Description" GlueConnectionInputProperty where
type PropertyType "Description" GlueConnectionInputProperty = Value Prelude.Text
set :: PropertyType "Description" GlueConnectionInputProperty
-> GlueConnectionInputProperty -> GlueConnectionInputProperty
set PropertyType "Description" GlueConnectionInputProperty
newValue GlueConnectionInputProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: GlueConnectionInputProperty -> ()
athenaProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
authenticationConfiguration :: GlueConnectionInputProperty
-> Maybe AuthenticationConfigurationInputProperty
connectionProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
connectionType :: GlueConnectionInputProperty -> Maybe (Value Text)
description :: GlueConnectionInputProperty -> Maybe (Value Text)
matchCriteria :: GlueConnectionInputProperty -> Maybe (Value Text)
name :: GlueConnectionInputProperty -> Maybe (Value Text)
physicalConnectionRequirements :: GlueConnectionInputProperty
-> Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
sparkProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
validateCredentials :: GlueConnectionInputProperty -> Maybe (Value Bool)
validateForComputeEnvironments :: GlueConnectionInputProperty -> Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
= GlueConnectionInputProperty
{description :: Maybe (Value Text)
description = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Description" GlueConnectionInputProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
instance Property "MatchCriteria" GlueConnectionInputProperty where
type PropertyType "MatchCriteria" GlueConnectionInputProperty = Value Prelude.Text
set :: PropertyType "MatchCriteria" GlueConnectionInputProperty
-> GlueConnectionInputProperty -> GlueConnectionInputProperty
set PropertyType "MatchCriteria" GlueConnectionInputProperty
newValue GlueConnectionInputProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: GlueConnectionInputProperty -> ()
athenaProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
authenticationConfiguration :: GlueConnectionInputProperty
-> Maybe AuthenticationConfigurationInputProperty
connectionProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
connectionType :: GlueConnectionInputProperty -> Maybe (Value Text)
description :: GlueConnectionInputProperty -> Maybe (Value Text)
matchCriteria :: GlueConnectionInputProperty -> Maybe (Value Text)
name :: GlueConnectionInputProperty -> Maybe (Value Text)
physicalConnectionRequirements :: GlueConnectionInputProperty
-> Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
sparkProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
validateCredentials :: GlueConnectionInputProperty -> Maybe (Value Bool)
validateForComputeEnvironments :: GlueConnectionInputProperty -> Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
= GlueConnectionInputProperty
{matchCriteria :: Maybe (Value Text)
matchCriteria = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MatchCriteria" GlueConnectionInputProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
instance Property "Name" GlueConnectionInputProperty where
type PropertyType "Name" GlueConnectionInputProperty = Value Prelude.Text
set :: PropertyType "Name" GlueConnectionInputProperty
-> GlueConnectionInputProperty -> GlueConnectionInputProperty
set PropertyType "Name" GlueConnectionInputProperty
newValue GlueConnectionInputProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: GlueConnectionInputProperty -> ()
athenaProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
authenticationConfiguration :: GlueConnectionInputProperty
-> Maybe AuthenticationConfigurationInputProperty
connectionProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
connectionType :: GlueConnectionInputProperty -> Maybe (Value Text)
description :: GlueConnectionInputProperty -> Maybe (Value Text)
matchCriteria :: GlueConnectionInputProperty -> Maybe (Value Text)
name :: GlueConnectionInputProperty -> Maybe (Value Text)
physicalConnectionRequirements :: GlueConnectionInputProperty
-> Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
sparkProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
validateCredentials :: GlueConnectionInputProperty -> Maybe (Value Bool)
validateForComputeEnvironments :: GlueConnectionInputProperty -> Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
= GlueConnectionInputProperty {name :: Maybe (Value Text)
name = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Name" GlueConnectionInputProperty
Value Text
newValue, Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
instance Property "PhysicalConnectionRequirements" GlueConnectionInputProperty where
type PropertyType "PhysicalConnectionRequirements" GlueConnectionInputProperty = PhysicalConnectionRequirementsProperty
set :: PropertyType
"PhysicalConnectionRequirements" GlueConnectionInputProperty
-> GlueConnectionInputProperty -> GlueConnectionInputProperty
set PropertyType
"PhysicalConnectionRequirements" GlueConnectionInputProperty
newValue GlueConnectionInputProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: GlueConnectionInputProperty -> ()
athenaProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
authenticationConfiguration :: GlueConnectionInputProperty
-> Maybe AuthenticationConfigurationInputProperty
connectionProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
connectionType :: GlueConnectionInputProperty -> Maybe (Value Text)
description :: GlueConnectionInputProperty -> Maybe (Value Text)
matchCriteria :: GlueConnectionInputProperty -> Maybe (Value Text)
name :: GlueConnectionInputProperty -> Maybe (Value Text)
physicalConnectionRequirements :: GlueConnectionInputProperty
-> Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
sparkProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
validateCredentials :: GlueConnectionInputProperty -> Maybe (Value Bool)
validateForComputeEnvironments :: GlueConnectionInputProperty -> Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
= GlueConnectionInputProperty
{physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
physicalConnectionRequirements = PhysicalConnectionRequirementsProperty
-> Maybe PhysicalConnectionRequirementsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"PhysicalConnectionRequirements" GlueConnectionInputProperty
PhysicalConnectionRequirementsProperty
newValue, Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
instance Property "PythonProperties" GlueConnectionInputProperty where
type PropertyType "PythonProperties" GlueConnectionInputProperty = Prelude.Map Prelude.Text (Value Prelude.Text)
set :: PropertyType "PythonProperties" GlueConnectionInputProperty
-> GlueConnectionInputProperty -> GlueConnectionInputProperty
set PropertyType "PythonProperties" GlueConnectionInputProperty
newValue GlueConnectionInputProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: GlueConnectionInputProperty -> ()
athenaProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
authenticationConfiguration :: GlueConnectionInputProperty
-> Maybe AuthenticationConfigurationInputProperty
connectionProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
connectionType :: GlueConnectionInputProperty -> Maybe (Value Text)
description :: GlueConnectionInputProperty -> Maybe (Value Text)
matchCriteria :: GlueConnectionInputProperty -> Maybe (Value Text)
name :: GlueConnectionInputProperty -> Maybe (Value Text)
physicalConnectionRequirements :: GlueConnectionInputProperty
-> Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
sparkProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
validateCredentials :: GlueConnectionInputProperty -> Maybe (Value Bool)
validateForComputeEnvironments :: GlueConnectionInputProperty -> Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
= GlueConnectionInputProperty
{pythonProperties :: Maybe (Map Text (Value Text))
pythonProperties = Map Text (Value Text) -> Maybe (Map Text (Value Text))
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure Map Text (Value Text)
PropertyType "PythonProperties" GlueConnectionInputProperty
newValue, Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
instance Property "SparkProperties" GlueConnectionInputProperty where
type PropertyType "SparkProperties" GlueConnectionInputProperty = Prelude.Map Prelude.Text (Value Prelude.Text)
set :: PropertyType "SparkProperties" GlueConnectionInputProperty
-> GlueConnectionInputProperty -> GlueConnectionInputProperty
set PropertyType "SparkProperties" GlueConnectionInputProperty
newValue GlueConnectionInputProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: GlueConnectionInputProperty -> ()
athenaProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
authenticationConfiguration :: GlueConnectionInputProperty
-> Maybe AuthenticationConfigurationInputProperty
connectionProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
connectionType :: GlueConnectionInputProperty -> Maybe (Value Text)
description :: GlueConnectionInputProperty -> Maybe (Value Text)
matchCriteria :: GlueConnectionInputProperty -> Maybe (Value Text)
name :: GlueConnectionInputProperty -> Maybe (Value Text)
physicalConnectionRequirements :: GlueConnectionInputProperty
-> Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
sparkProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
validateCredentials :: GlueConnectionInputProperty -> Maybe (Value Bool)
validateForComputeEnvironments :: GlueConnectionInputProperty -> Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
= GlueConnectionInputProperty
{sparkProperties :: Maybe (Map Text (Value Text))
sparkProperties = Map Text (Value Text) -> Maybe (Map Text (Value Text))
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure Map Text (Value Text)
PropertyType "SparkProperties" GlueConnectionInputProperty
newValue, Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
instance Property "ValidateCredentials" GlueConnectionInputProperty where
type PropertyType "ValidateCredentials" GlueConnectionInputProperty = Value Prelude.Bool
set :: PropertyType "ValidateCredentials" GlueConnectionInputProperty
-> GlueConnectionInputProperty -> GlueConnectionInputProperty
set PropertyType "ValidateCredentials" GlueConnectionInputProperty
newValue GlueConnectionInputProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: GlueConnectionInputProperty -> ()
athenaProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
authenticationConfiguration :: GlueConnectionInputProperty
-> Maybe AuthenticationConfigurationInputProperty
connectionProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
connectionType :: GlueConnectionInputProperty -> Maybe (Value Text)
description :: GlueConnectionInputProperty -> Maybe (Value Text)
matchCriteria :: GlueConnectionInputProperty -> Maybe (Value Text)
name :: GlueConnectionInputProperty -> Maybe (Value Text)
physicalConnectionRequirements :: GlueConnectionInputProperty
-> Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
sparkProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
validateCredentials :: GlueConnectionInputProperty -> Maybe (Value Bool)
validateForComputeEnvironments :: GlueConnectionInputProperty -> Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
= GlueConnectionInputProperty
{validateCredentials :: Maybe (Value Bool)
validateCredentials = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ValidateCredentials" GlueConnectionInputProperty
Value Bool
newValue, Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateForComputeEnvironments :: Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
instance Property "ValidateForComputeEnvironments" GlueConnectionInputProperty where
type PropertyType "ValidateForComputeEnvironments" GlueConnectionInputProperty = ValueList Prelude.Text
set :: PropertyType
"ValidateForComputeEnvironments" GlueConnectionInputProperty
-> GlueConnectionInputProperty -> GlueConnectionInputProperty
set PropertyType
"ValidateForComputeEnvironments" GlueConnectionInputProperty
newValue GlueConnectionInputProperty {Maybe (Map Text (Value Text))
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: GlueConnectionInputProperty -> ()
athenaProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
authenticationConfiguration :: GlueConnectionInputProperty
-> Maybe AuthenticationConfigurationInputProperty
connectionProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
connectionType :: GlueConnectionInputProperty -> Maybe (Value Text)
description :: GlueConnectionInputProperty -> Maybe (Value Text)
matchCriteria :: GlueConnectionInputProperty -> Maybe (Value Text)
name :: GlueConnectionInputProperty -> Maybe (Value Text)
physicalConnectionRequirements :: GlueConnectionInputProperty
-> Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
sparkProperties :: GlueConnectionInputProperty -> Maybe (Map Text (Value Text))
validateCredentials :: GlueConnectionInputProperty -> Maybe (Value Bool)
validateForComputeEnvironments :: GlueConnectionInputProperty -> Maybe (ValueList Text)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
validateForComputeEnvironments :: Maybe (ValueList Text)
..}
= GlueConnectionInputProperty
{validateForComputeEnvironments :: Maybe (ValueList Text)
validateForComputeEnvironments = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"ValidateForComputeEnvironments" GlueConnectionInputProperty
ValueList Text
newValue, Maybe (Map Text (Value Text))
Maybe (Value Bool)
Maybe (Value Text)
Maybe AuthenticationConfigurationInputProperty
Maybe PhysicalConnectionRequirementsProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
haddock_workaround_ :: ()
athenaProperties :: Maybe (Map Text (Value Text))
authenticationConfiguration :: Maybe AuthenticationConfigurationInputProperty
connectionProperties :: Maybe (Map Text (Value Text))
connectionType :: Maybe (Value Text)
description :: Maybe (Value Text)
matchCriteria :: Maybe (Value Text)
name :: Maybe (Value Text)
physicalConnectionRequirements :: Maybe PhysicalConnectionRequirementsProperty
pythonProperties :: Maybe (Map Text (Value Text))
sparkProperties :: Maybe (Map Text (Value Text))
validateCredentials :: Maybe (Value Bool)
..}