module Stratosphere.DataZone.Connection.ConnectionPropertiesInputProperty (
        module Exports, ConnectionPropertiesInputProperty(..),
        mkConnectionPropertiesInputProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.DataZone.Connection.AthenaPropertiesInputProperty as Exports
import {-# SOURCE #-} Stratosphere.DataZone.Connection.GluePropertiesInputProperty as Exports
import {-# SOURCE #-} Stratosphere.DataZone.Connection.HyperPodPropertiesInputProperty as Exports
import {-# SOURCE #-} Stratosphere.DataZone.Connection.IamPropertiesInputProperty as Exports
import {-# SOURCE #-} Stratosphere.DataZone.Connection.RedshiftPropertiesInputProperty as Exports
import {-# SOURCE #-} Stratosphere.DataZone.Connection.S3PropertiesInputProperty as Exports
import {-# SOURCE #-} Stratosphere.DataZone.Connection.SparkEmrPropertiesInputProperty as Exports
import {-# SOURCE #-} Stratosphere.DataZone.Connection.SparkGluePropertiesInputProperty as Exports
import Stratosphere.ResourceProperties
data ConnectionPropertiesInputProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-connectionpropertiesinput.html>
    ConnectionPropertiesInputProperty {ConnectionPropertiesInputProperty -> ()
haddock_workaround_ :: (),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-connectionpropertiesinput.html#cfn-datazone-connection-connectionpropertiesinput-athenaproperties>
                                       ConnectionPropertiesInputProperty
-> Maybe AthenaPropertiesInputProperty
athenaProperties :: (Prelude.Maybe AthenaPropertiesInputProperty),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-connectionpropertiesinput.html#cfn-datazone-connection-connectionpropertiesinput-glueproperties>
                                       ConnectionPropertiesInputProperty
-> Maybe GluePropertiesInputProperty
glueProperties :: (Prelude.Maybe GluePropertiesInputProperty),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-connectionpropertiesinput.html#cfn-datazone-connection-connectionpropertiesinput-hyperpodproperties>
                                       ConnectionPropertiesInputProperty
-> Maybe HyperPodPropertiesInputProperty
hyperPodProperties :: (Prelude.Maybe HyperPodPropertiesInputProperty),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-connectionpropertiesinput.html#cfn-datazone-connection-connectionpropertiesinput-iamproperties>
                                       ConnectionPropertiesInputProperty
-> Maybe IamPropertiesInputProperty
iamProperties :: (Prelude.Maybe IamPropertiesInputProperty),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-connectionpropertiesinput.html#cfn-datazone-connection-connectionpropertiesinput-redshiftproperties>
                                       ConnectionPropertiesInputProperty
-> Maybe RedshiftPropertiesInputProperty
redshiftProperties :: (Prelude.Maybe RedshiftPropertiesInputProperty),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-connectionpropertiesinput.html#cfn-datazone-connection-connectionpropertiesinput-s3properties>
                                       ConnectionPropertiesInputProperty
-> Maybe S3PropertiesInputProperty
s3Properties :: (Prelude.Maybe S3PropertiesInputProperty),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-connectionpropertiesinput.html#cfn-datazone-connection-connectionpropertiesinput-sparkemrproperties>
                                       ConnectionPropertiesInputProperty
-> Maybe SparkEmrPropertiesInputProperty
sparkEmrProperties :: (Prelude.Maybe SparkEmrPropertiesInputProperty),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-connectionpropertiesinput.html#cfn-datazone-connection-connectionpropertiesinput-sparkglueproperties>
                                       ConnectionPropertiesInputProperty
-> Maybe SparkGluePropertiesInputProperty
sparkGlueProperties :: (Prelude.Maybe SparkGluePropertiesInputProperty)}
  deriving stock (ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty -> Bool
(ConnectionPropertiesInputProperty
 -> ConnectionPropertiesInputProperty -> Bool)
-> (ConnectionPropertiesInputProperty
    -> ConnectionPropertiesInputProperty -> Bool)
-> Eq ConnectionPropertiesInputProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty -> Bool
== :: ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty -> Bool
$c/= :: ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty -> Bool
/= :: ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty -> Bool
Prelude.Eq, Int -> ConnectionPropertiesInputProperty -> ShowS
[ConnectionPropertiesInputProperty] -> ShowS
ConnectionPropertiesInputProperty -> String
(Int -> ConnectionPropertiesInputProperty -> ShowS)
-> (ConnectionPropertiesInputProperty -> String)
-> ([ConnectionPropertiesInputProperty] -> ShowS)
-> Show ConnectionPropertiesInputProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> ConnectionPropertiesInputProperty -> ShowS
showsPrec :: Int -> ConnectionPropertiesInputProperty -> ShowS
$cshow :: ConnectionPropertiesInputProperty -> String
show :: ConnectionPropertiesInputProperty -> String
$cshowList :: [ConnectionPropertiesInputProperty] -> ShowS
showList :: [ConnectionPropertiesInputProperty] -> ShowS
Prelude.Show)
mkConnectionPropertiesInputProperty ::
  ConnectionPropertiesInputProperty
mkConnectionPropertiesInputProperty :: ConnectionPropertiesInputProperty
mkConnectionPropertiesInputProperty
  = ConnectionPropertiesInputProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), athenaProperties :: Maybe AthenaPropertiesInputProperty
athenaProperties = Maybe AthenaPropertiesInputProperty
forall a. Maybe a
Prelude.Nothing,
       glueProperties :: Maybe GluePropertiesInputProperty
glueProperties = Maybe GluePropertiesInputProperty
forall a. Maybe a
Prelude.Nothing,
       hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
hyperPodProperties = Maybe HyperPodPropertiesInputProperty
forall a. Maybe a
Prelude.Nothing,
       iamProperties :: Maybe IamPropertiesInputProperty
iamProperties = Maybe IamPropertiesInputProperty
forall a. Maybe a
Prelude.Nothing,
       redshiftProperties :: Maybe RedshiftPropertiesInputProperty
redshiftProperties = Maybe RedshiftPropertiesInputProperty
forall a. Maybe a
Prelude.Nothing,
       s3Properties :: Maybe S3PropertiesInputProperty
s3Properties = Maybe S3PropertiesInputProperty
forall a. Maybe a
Prelude.Nothing,
       sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkEmrProperties = Maybe SparkEmrPropertiesInputProperty
forall a. Maybe a
Prelude.Nothing,
       sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
sparkGlueProperties = Maybe SparkGluePropertiesInputProperty
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties ConnectionPropertiesInputProperty where
  toResourceProperties :: ConnectionPropertiesInputProperty -> ResourceProperties
toResourceProperties ConnectionPropertiesInputProperty {Maybe AthenaPropertiesInputProperty
Maybe HyperPodPropertiesInputProperty
Maybe IamPropertiesInputProperty
Maybe GluePropertiesInputProperty
Maybe S3PropertiesInputProperty
Maybe SparkEmrPropertiesInputProperty
Maybe SparkGluePropertiesInputProperty
Maybe RedshiftPropertiesInputProperty
()
haddock_workaround_ :: ConnectionPropertiesInputProperty -> ()
athenaProperties :: ConnectionPropertiesInputProperty
-> Maybe AthenaPropertiesInputProperty
glueProperties :: ConnectionPropertiesInputProperty
-> Maybe GluePropertiesInputProperty
hyperPodProperties :: ConnectionPropertiesInputProperty
-> Maybe HyperPodPropertiesInputProperty
iamProperties :: ConnectionPropertiesInputProperty
-> Maybe IamPropertiesInputProperty
redshiftProperties :: ConnectionPropertiesInputProperty
-> Maybe RedshiftPropertiesInputProperty
s3Properties :: ConnectionPropertiesInputProperty
-> Maybe S3PropertiesInputProperty
sparkEmrProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkGluePropertiesInputProperty
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::DataZone::Connection.ConnectionPropertiesInput",
         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 -> AthenaPropertiesInputProperty -> (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" (AthenaPropertiesInputProperty -> (Key, Value))
-> Maybe AthenaPropertiesInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AthenaPropertiesInputProperty
athenaProperties,
                            Key -> GluePropertiesInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"GlueProperties" (GluePropertiesInputProperty -> (Key, Value))
-> Maybe GluePropertiesInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GluePropertiesInputProperty
glueProperties,
                            Key -> HyperPodPropertiesInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"HyperPodProperties" (HyperPodPropertiesInputProperty -> (Key, Value))
-> Maybe HyperPodPropertiesInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe HyperPodPropertiesInputProperty
hyperPodProperties,
                            Key -> IamPropertiesInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IamProperties" (IamPropertiesInputProperty -> (Key, Value))
-> Maybe IamPropertiesInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe IamPropertiesInputProperty
iamProperties,
                            Key -> RedshiftPropertiesInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RedshiftProperties" (RedshiftPropertiesInputProperty -> (Key, Value))
-> Maybe RedshiftPropertiesInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RedshiftPropertiesInputProperty
redshiftProperties,
                            Key -> S3PropertiesInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"S3Properties" (S3PropertiesInputProperty -> (Key, Value))
-> Maybe S3PropertiesInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe S3PropertiesInputProperty
s3Properties,
                            Key -> SparkEmrPropertiesInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SparkEmrProperties" (SparkEmrPropertiesInputProperty -> (Key, Value))
-> Maybe SparkEmrPropertiesInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SparkEmrPropertiesInputProperty
sparkEmrProperties,
                            Key -> SparkGluePropertiesInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SparkGlueProperties" (SparkGluePropertiesInputProperty -> (Key, Value))
-> Maybe SparkGluePropertiesInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SparkGluePropertiesInputProperty
sparkGlueProperties])}
instance JSON.ToJSON ConnectionPropertiesInputProperty where
  toJSON :: ConnectionPropertiesInputProperty -> Value
toJSON ConnectionPropertiesInputProperty {Maybe AthenaPropertiesInputProperty
Maybe HyperPodPropertiesInputProperty
Maybe IamPropertiesInputProperty
Maybe GluePropertiesInputProperty
Maybe S3PropertiesInputProperty
Maybe SparkEmrPropertiesInputProperty
Maybe SparkGluePropertiesInputProperty
Maybe RedshiftPropertiesInputProperty
()
haddock_workaround_ :: ConnectionPropertiesInputProperty -> ()
athenaProperties :: ConnectionPropertiesInputProperty
-> Maybe AthenaPropertiesInputProperty
glueProperties :: ConnectionPropertiesInputProperty
-> Maybe GluePropertiesInputProperty
hyperPodProperties :: ConnectionPropertiesInputProperty
-> Maybe HyperPodPropertiesInputProperty
iamProperties :: ConnectionPropertiesInputProperty
-> Maybe IamPropertiesInputProperty
redshiftProperties :: ConnectionPropertiesInputProperty
-> Maybe RedshiftPropertiesInputProperty
s3Properties :: ConnectionPropertiesInputProperty
-> Maybe S3PropertiesInputProperty
sparkEmrProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkGluePropertiesInputProperty
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
..}
    = [(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 -> AthenaPropertiesInputProperty -> (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" (AthenaPropertiesInputProperty -> (Key, Value))
-> Maybe AthenaPropertiesInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AthenaPropertiesInputProperty
athenaProperties,
               Key -> GluePropertiesInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"GlueProperties" (GluePropertiesInputProperty -> (Key, Value))
-> Maybe GluePropertiesInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe GluePropertiesInputProperty
glueProperties,
               Key -> HyperPodPropertiesInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"HyperPodProperties" (HyperPodPropertiesInputProperty -> (Key, Value))
-> Maybe HyperPodPropertiesInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe HyperPodPropertiesInputProperty
hyperPodProperties,
               Key -> IamPropertiesInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IamProperties" (IamPropertiesInputProperty -> (Key, Value))
-> Maybe IamPropertiesInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe IamPropertiesInputProperty
iamProperties,
               Key -> RedshiftPropertiesInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RedshiftProperties" (RedshiftPropertiesInputProperty -> (Key, Value))
-> Maybe RedshiftPropertiesInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RedshiftPropertiesInputProperty
redshiftProperties,
               Key -> S3PropertiesInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"S3Properties" (S3PropertiesInputProperty -> (Key, Value))
-> Maybe S3PropertiesInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe S3PropertiesInputProperty
s3Properties,
               Key -> SparkEmrPropertiesInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SparkEmrProperties" (SparkEmrPropertiesInputProperty -> (Key, Value))
-> Maybe SparkEmrPropertiesInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SparkEmrPropertiesInputProperty
sparkEmrProperties,
               Key -> SparkGluePropertiesInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SparkGlueProperties" (SparkGluePropertiesInputProperty -> (Key, Value))
-> Maybe SparkGluePropertiesInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SparkGluePropertiesInputProperty
sparkGlueProperties]))
instance Property "AthenaProperties" ConnectionPropertiesInputProperty where
  type PropertyType "AthenaProperties" ConnectionPropertiesInputProperty = AthenaPropertiesInputProperty
  set :: PropertyType "AthenaProperties" ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty
set PropertyType "AthenaProperties" ConnectionPropertiesInputProperty
newValue ConnectionPropertiesInputProperty {Maybe AthenaPropertiesInputProperty
Maybe HyperPodPropertiesInputProperty
Maybe IamPropertiesInputProperty
Maybe GluePropertiesInputProperty
Maybe S3PropertiesInputProperty
Maybe SparkEmrPropertiesInputProperty
Maybe SparkGluePropertiesInputProperty
Maybe RedshiftPropertiesInputProperty
()
haddock_workaround_ :: ConnectionPropertiesInputProperty -> ()
athenaProperties :: ConnectionPropertiesInputProperty
-> Maybe AthenaPropertiesInputProperty
glueProperties :: ConnectionPropertiesInputProperty
-> Maybe GluePropertiesInputProperty
hyperPodProperties :: ConnectionPropertiesInputProperty
-> Maybe HyperPodPropertiesInputProperty
iamProperties :: ConnectionPropertiesInputProperty
-> Maybe IamPropertiesInputProperty
redshiftProperties :: ConnectionPropertiesInputProperty
-> Maybe RedshiftPropertiesInputProperty
s3Properties :: ConnectionPropertiesInputProperty
-> Maybe S3PropertiesInputProperty
sparkEmrProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkGluePropertiesInputProperty
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
..}
    = ConnectionPropertiesInputProperty
        {athenaProperties :: Maybe AthenaPropertiesInputProperty
athenaProperties = AthenaPropertiesInputProperty
-> Maybe AthenaPropertiesInputProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AthenaProperties" ConnectionPropertiesInputProperty
AthenaPropertiesInputProperty
newValue, Maybe HyperPodPropertiesInputProperty
Maybe IamPropertiesInputProperty
Maybe GluePropertiesInputProperty
Maybe S3PropertiesInputProperty
Maybe SparkEmrPropertiesInputProperty
Maybe SparkGluePropertiesInputProperty
Maybe RedshiftPropertiesInputProperty
()
haddock_workaround_ :: ()
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
haddock_workaround_ :: ()
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
..}
instance Property "GlueProperties" ConnectionPropertiesInputProperty where
  type PropertyType "GlueProperties" ConnectionPropertiesInputProperty = GluePropertiesInputProperty
  set :: PropertyType "GlueProperties" ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty
set PropertyType "GlueProperties" ConnectionPropertiesInputProperty
newValue ConnectionPropertiesInputProperty {Maybe AthenaPropertiesInputProperty
Maybe HyperPodPropertiesInputProperty
Maybe IamPropertiesInputProperty
Maybe GluePropertiesInputProperty
Maybe S3PropertiesInputProperty
Maybe SparkEmrPropertiesInputProperty
Maybe SparkGluePropertiesInputProperty
Maybe RedshiftPropertiesInputProperty
()
haddock_workaround_ :: ConnectionPropertiesInputProperty -> ()
athenaProperties :: ConnectionPropertiesInputProperty
-> Maybe AthenaPropertiesInputProperty
glueProperties :: ConnectionPropertiesInputProperty
-> Maybe GluePropertiesInputProperty
hyperPodProperties :: ConnectionPropertiesInputProperty
-> Maybe HyperPodPropertiesInputProperty
iamProperties :: ConnectionPropertiesInputProperty
-> Maybe IamPropertiesInputProperty
redshiftProperties :: ConnectionPropertiesInputProperty
-> Maybe RedshiftPropertiesInputProperty
s3Properties :: ConnectionPropertiesInputProperty
-> Maybe S3PropertiesInputProperty
sparkEmrProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkGluePropertiesInputProperty
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
..}
    = ConnectionPropertiesInputProperty
        {glueProperties :: Maybe GluePropertiesInputProperty
glueProperties = GluePropertiesInputProperty -> Maybe GluePropertiesInputProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "GlueProperties" ConnectionPropertiesInputProperty
GluePropertiesInputProperty
newValue, Maybe AthenaPropertiesInputProperty
Maybe HyperPodPropertiesInputProperty
Maybe IamPropertiesInputProperty
Maybe S3PropertiesInputProperty
Maybe SparkEmrPropertiesInputProperty
Maybe SparkGluePropertiesInputProperty
Maybe RedshiftPropertiesInputProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
..}
instance Property "HyperPodProperties" ConnectionPropertiesInputProperty where
  type PropertyType "HyperPodProperties" ConnectionPropertiesInputProperty = HyperPodPropertiesInputProperty
  set :: PropertyType "HyperPodProperties" ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty
set PropertyType "HyperPodProperties" ConnectionPropertiesInputProperty
newValue ConnectionPropertiesInputProperty {Maybe AthenaPropertiesInputProperty
Maybe HyperPodPropertiesInputProperty
Maybe IamPropertiesInputProperty
Maybe GluePropertiesInputProperty
Maybe S3PropertiesInputProperty
Maybe SparkEmrPropertiesInputProperty
Maybe SparkGluePropertiesInputProperty
Maybe RedshiftPropertiesInputProperty
()
haddock_workaround_ :: ConnectionPropertiesInputProperty -> ()
athenaProperties :: ConnectionPropertiesInputProperty
-> Maybe AthenaPropertiesInputProperty
glueProperties :: ConnectionPropertiesInputProperty
-> Maybe GluePropertiesInputProperty
hyperPodProperties :: ConnectionPropertiesInputProperty
-> Maybe HyperPodPropertiesInputProperty
iamProperties :: ConnectionPropertiesInputProperty
-> Maybe IamPropertiesInputProperty
redshiftProperties :: ConnectionPropertiesInputProperty
-> Maybe RedshiftPropertiesInputProperty
s3Properties :: ConnectionPropertiesInputProperty
-> Maybe S3PropertiesInputProperty
sparkEmrProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkGluePropertiesInputProperty
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
..}
    = ConnectionPropertiesInputProperty
        {hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
hyperPodProperties = HyperPodPropertiesInputProperty
-> Maybe HyperPodPropertiesInputProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "HyperPodProperties" ConnectionPropertiesInputProperty
HyperPodPropertiesInputProperty
newValue, Maybe AthenaPropertiesInputProperty
Maybe IamPropertiesInputProperty
Maybe GluePropertiesInputProperty
Maybe S3PropertiesInputProperty
Maybe SparkEmrPropertiesInputProperty
Maybe SparkGluePropertiesInputProperty
Maybe RedshiftPropertiesInputProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
..}
instance Property "IamProperties" ConnectionPropertiesInputProperty where
  type PropertyType "IamProperties" ConnectionPropertiesInputProperty = IamPropertiesInputProperty
  set :: PropertyType "IamProperties" ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty
set PropertyType "IamProperties" ConnectionPropertiesInputProperty
newValue ConnectionPropertiesInputProperty {Maybe AthenaPropertiesInputProperty
Maybe HyperPodPropertiesInputProperty
Maybe IamPropertiesInputProperty
Maybe GluePropertiesInputProperty
Maybe S3PropertiesInputProperty
Maybe SparkEmrPropertiesInputProperty
Maybe SparkGluePropertiesInputProperty
Maybe RedshiftPropertiesInputProperty
()
haddock_workaround_ :: ConnectionPropertiesInputProperty -> ()
athenaProperties :: ConnectionPropertiesInputProperty
-> Maybe AthenaPropertiesInputProperty
glueProperties :: ConnectionPropertiesInputProperty
-> Maybe GluePropertiesInputProperty
hyperPodProperties :: ConnectionPropertiesInputProperty
-> Maybe HyperPodPropertiesInputProperty
iamProperties :: ConnectionPropertiesInputProperty
-> Maybe IamPropertiesInputProperty
redshiftProperties :: ConnectionPropertiesInputProperty
-> Maybe RedshiftPropertiesInputProperty
s3Properties :: ConnectionPropertiesInputProperty
-> Maybe S3PropertiesInputProperty
sparkEmrProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkGluePropertiesInputProperty
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
..}
    = ConnectionPropertiesInputProperty
        {iamProperties :: Maybe IamPropertiesInputProperty
iamProperties = IamPropertiesInputProperty -> Maybe IamPropertiesInputProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "IamProperties" ConnectionPropertiesInputProperty
IamPropertiesInputProperty
newValue, Maybe AthenaPropertiesInputProperty
Maybe HyperPodPropertiesInputProperty
Maybe GluePropertiesInputProperty
Maybe S3PropertiesInputProperty
Maybe SparkEmrPropertiesInputProperty
Maybe SparkGluePropertiesInputProperty
Maybe RedshiftPropertiesInputProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
..}
instance Property "RedshiftProperties" ConnectionPropertiesInputProperty where
  type PropertyType "RedshiftProperties" ConnectionPropertiesInputProperty = RedshiftPropertiesInputProperty
  set :: PropertyType "RedshiftProperties" ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty
set PropertyType "RedshiftProperties" ConnectionPropertiesInputProperty
newValue ConnectionPropertiesInputProperty {Maybe AthenaPropertiesInputProperty
Maybe HyperPodPropertiesInputProperty
Maybe IamPropertiesInputProperty
Maybe GluePropertiesInputProperty
Maybe S3PropertiesInputProperty
Maybe SparkEmrPropertiesInputProperty
Maybe SparkGluePropertiesInputProperty
Maybe RedshiftPropertiesInputProperty
()
haddock_workaround_ :: ConnectionPropertiesInputProperty -> ()
athenaProperties :: ConnectionPropertiesInputProperty
-> Maybe AthenaPropertiesInputProperty
glueProperties :: ConnectionPropertiesInputProperty
-> Maybe GluePropertiesInputProperty
hyperPodProperties :: ConnectionPropertiesInputProperty
-> Maybe HyperPodPropertiesInputProperty
iamProperties :: ConnectionPropertiesInputProperty
-> Maybe IamPropertiesInputProperty
redshiftProperties :: ConnectionPropertiesInputProperty
-> Maybe RedshiftPropertiesInputProperty
s3Properties :: ConnectionPropertiesInputProperty
-> Maybe S3PropertiesInputProperty
sparkEmrProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkGluePropertiesInputProperty
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
..}
    = ConnectionPropertiesInputProperty
        {redshiftProperties :: Maybe RedshiftPropertiesInputProperty
redshiftProperties = RedshiftPropertiesInputProperty
-> Maybe RedshiftPropertiesInputProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RedshiftProperties" ConnectionPropertiesInputProperty
RedshiftPropertiesInputProperty
newValue, Maybe AthenaPropertiesInputProperty
Maybe HyperPodPropertiesInputProperty
Maybe IamPropertiesInputProperty
Maybe GluePropertiesInputProperty
Maybe S3PropertiesInputProperty
Maybe SparkEmrPropertiesInputProperty
Maybe SparkGluePropertiesInputProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
..}
instance Property "S3Properties" ConnectionPropertiesInputProperty where
  type PropertyType "S3Properties" ConnectionPropertiesInputProperty = S3PropertiesInputProperty
  set :: PropertyType "S3Properties" ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty
set PropertyType "S3Properties" ConnectionPropertiesInputProperty
newValue ConnectionPropertiesInputProperty {Maybe AthenaPropertiesInputProperty
Maybe HyperPodPropertiesInputProperty
Maybe IamPropertiesInputProperty
Maybe GluePropertiesInputProperty
Maybe S3PropertiesInputProperty
Maybe SparkEmrPropertiesInputProperty
Maybe SparkGluePropertiesInputProperty
Maybe RedshiftPropertiesInputProperty
()
haddock_workaround_ :: ConnectionPropertiesInputProperty -> ()
athenaProperties :: ConnectionPropertiesInputProperty
-> Maybe AthenaPropertiesInputProperty
glueProperties :: ConnectionPropertiesInputProperty
-> Maybe GluePropertiesInputProperty
hyperPodProperties :: ConnectionPropertiesInputProperty
-> Maybe HyperPodPropertiesInputProperty
iamProperties :: ConnectionPropertiesInputProperty
-> Maybe IamPropertiesInputProperty
redshiftProperties :: ConnectionPropertiesInputProperty
-> Maybe RedshiftPropertiesInputProperty
s3Properties :: ConnectionPropertiesInputProperty
-> Maybe S3PropertiesInputProperty
sparkEmrProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkGluePropertiesInputProperty
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
..}
    = ConnectionPropertiesInputProperty
        {s3Properties :: Maybe S3PropertiesInputProperty
s3Properties = S3PropertiesInputProperty -> Maybe S3PropertiesInputProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "S3Properties" ConnectionPropertiesInputProperty
S3PropertiesInputProperty
newValue, Maybe AthenaPropertiesInputProperty
Maybe HyperPodPropertiesInputProperty
Maybe IamPropertiesInputProperty
Maybe GluePropertiesInputProperty
Maybe SparkEmrPropertiesInputProperty
Maybe SparkGluePropertiesInputProperty
Maybe RedshiftPropertiesInputProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
..}
instance Property "SparkEmrProperties" ConnectionPropertiesInputProperty where
  type PropertyType "SparkEmrProperties" ConnectionPropertiesInputProperty = SparkEmrPropertiesInputProperty
  set :: PropertyType "SparkEmrProperties" ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty
set PropertyType "SparkEmrProperties" ConnectionPropertiesInputProperty
newValue ConnectionPropertiesInputProperty {Maybe AthenaPropertiesInputProperty
Maybe HyperPodPropertiesInputProperty
Maybe IamPropertiesInputProperty
Maybe GluePropertiesInputProperty
Maybe S3PropertiesInputProperty
Maybe SparkEmrPropertiesInputProperty
Maybe SparkGluePropertiesInputProperty
Maybe RedshiftPropertiesInputProperty
()
haddock_workaround_ :: ConnectionPropertiesInputProperty -> ()
athenaProperties :: ConnectionPropertiesInputProperty
-> Maybe AthenaPropertiesInputProperty
glueProperties :: ConnectionPropertiesInputProperty
-> Maybe GluePropertiesInputProperty
hyperPodProperties :: ConnectionPropertiesInputProperty
-> Maybe HyperPodPropertiesInputProperty
iamProperties :: ConnectionPropertiesInputProperty
-> Maybe IamPropertiesInputProperty
redshiftProperties :: ConnectionPropertiesInputProperty
-> Maybe RedshiftPropertiesInputProperty
s3Properties :: ConnectionPropertiesInputProperty
-> Maybe S3PropertiesInputProperty
sparkEmrProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkGluePropertiesInputProperty
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
..}
    = ConnectionPropertiesInputProperty
        {sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkEmrProperties = SparkEmrPropertiesInputProperty
-> Maybe SparkEmrPropertiesInputProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SparkEmrProperties" ConnectionPropertiesInputProperty
SparkEmrPropertiesInputProperty
newValue, Maybe AthenaPropertiesInputProperty
Maybe HyperPodPropertiesInputProperty
Maybe IamPropertiesInputProperty
Maybe GluePropertiesInputProperty
Maybe S3PropertiesInputProperty
Maybe SparkGluePropertiesInputProperty
Maybe RedshiftPropertiesInputProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
..}
instance Property "SparkGlueProperties" ConnectionPropertiesInputProperty where
  type PropertyType "SparkGlueProperties" ConnectionPropertiesInputProperty = SparkGluePropertiesInputProperty
  set :: PropertyType
  "SparkGlueProperties" ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty
-> ConnectionPropertiesInputProperty
set PropertyType
  "SparkGlueProperties" ConnectionPropertiesInputProperty
newValue ConnectionPropertiesInputProperty {Maybe AthenaPropertiesInputProperty
Maybe HyperPodPropertiesInputProperty
Maybe IamPropertiesInputProperty
Maybe GluePropertiesInputProperty
Maybe S3PropertiesInputProperty
Maybe SparkEmrPropertiesInputProperty
Maybe SparkGluePropertiesInputProperty
Maybe RedshiftPropertiesInputProperty
()
haddock_workaround_ :: ConnectionPropertiesInputProperty -> ()
athenaProperties :: ConnectionPropertiesInputProperty
-> Maybe AthenaPropertiesInputProperty
glueProperties :: ConnectionPropertiesInputProperty
-> Maybe GluePropertiesInputProperty
hyperPodProperties :: ConnectionPropertiesInputProperty
-> Maybe HyperPodPropertiesInputProperty
iamProperties :: ConnectionPropertiesInputProperty
-> Maybe IamPropertiesInputProperty
redshiftProperties :: ConnectionPropertiesInputProperty
-> Maybe RedshiftPropertiesInputProperty
s3Properties :: ConnectionPropertiesInputProperty
-> Maybe S3PropertiesInputProperty
sparkEmrProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: ConnectionPropertiesInputProperty
-> Maybe SparkGluePropertiesInputProperty
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
..}
    = ConnectionPropertiesInputProperty
        {sparkGlueProperties :: Maybe SparkGluePropertiesInputProperty
sparkGlueProperties = SparkGluePropertiesInputProperty
-> Maybe SparkGluePropertiesInputProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "SparkGlueProperties" ConnectionPropertiesInputProperty
SparkGluePropertiesInputProperty
newValue, Maybe AthenaPropertiesInputProperty
Maybe HyperPodPropertiesInputProperty
Maybe IamPropertiesInputProperty
Maybe GluePropertiesInputProperty
Maybe S3PropertiesInputProperty
Maybe SparkEmrPropertiesInputProperty
Maybe RedshiftPropertiesInputProperty
()
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
haddock_workaround_ :: ()
athenaProperties :: Maybe AthenaPropertiesInputProperty
glueProperties :: Maybe GluePropertiesInputProperty
hyperPodProperties :: Maybe HyperPodPropertiesInputProperty
iamProperties :: Maybe IamPropertiesInputProperty
redshiftProperties :: Maybe RedshiftPropertiesInputProperty
s3Properties :: Maybe S3PropertiesInputProperty
sparkEmrProperties :: Maybe SparkEmrPropertiesInputProperty
..}