module Stratosphere.SageMaker.FeatureGroup (
module Exports, FeatureGroup(..), mkFeatureGroup
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.SageMaker.FeatureGroup.FeatureDefinitionProperty as Exports
import {-# SOURCE #-} Stratosphere.SageMaker.FeatureGroup.OfflineStoreConfigProperty as Exports
import {-# SOURCE #-} Stratosphere.SageMaker.FeatureGroup.OnlineStoreConfigProperty as Exports
import {-# SOURCE #-} Stratosphere.SageMaker.FeatureGroup.ThroughputConfigProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data FeatureGroup
=
FeatureGroup {FeatureGroup -> ()
haddock_workaround_ :: (),
FeatureGroup -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
FeatureGroup -> Value Text
eventTimeFeatureName :: (Value Prelude.Text),
FeatureGroup -> [FeatureDefinitionProperty]
featureDefinitions :: [FeatureDefinitionProperty],
FeatureGroup -> Value Text
featureGroupName :: (Value Prelude.Text),
FeatureGroup -> Maybe OfflineStoreConfigProperty
offlineStoreConfig :: (Prelude.Maybe OfflineStoreConfigProperty),
FeatureGroup -> Maybe OnlineStoreConfigProperty
onlineStoreConfig :: (Prelude.Maybe OnlineStoreConfigProperty),
FeatureGroup -> Value Text
recordIdentifierFeatureName :: (Value Prelude.Text),
FeatureGroup -> Maybe (Value Text)
roleArn :: (Prelude.Maybe (Value Prelude.Text)),
FeatureGroup -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag]),
FeatureGroup -> Maybe ThroughputConfigProperty
throughputConfig :: (Prelude.Maybe ThroughputConfigProperty)}
deriving stock (FeatureGroup -> FeatureGroup -> Bool
(FeatureGroup -> FeatureGroup -> Bool)
-> (FeatureGroup -> FeatureGroup -> Bool) -> Eq FeatureGroup
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: FeatureGroup -> FeatureGroup -> Bool
== :: FeatureGroup -> FeatureGroup -> Bool
$c/= :: FeatureGroup -> FeatureGroup -> Bool
/= :: FeatureGroup -> FeatureGroup -> Bool
Prelude.Eq, Int -> FeatureGroup -> ShowS
[FeatureGroup] -> ShowS
FeatureGroup -> String
(Int -> FeatureGroup -> ShowS)
-> (FeatureGroup -> String)
-> ([FeatureGroup] -> ShowS)
-> Show FeatureGroup
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> FeatureGroup -> ShowS
showsPrec :: Int -> FeatureGroup -> ShowS
$cshow :: FeatureGroup -> String
show :: FeatureGroup -> String
$cshowList :: [FeatureGroup] -> ShowS
showList :: [FeatureGroup] -> ShowS
Prelude.Show)
mkFeatureGroup ::
Value Prelude.Text
-> [FeatureDefinitionProperty]
-> Value Prelude.Text -> Value Prelude.Text -> FeatureGroup
mkFeatureGroup :: Value Text
-> [FeatureDefinitionProperty]
-> Value Text
-> Value Text
-> FeatureGroup
mkFeatureGroup
Value Text
eventTimeFeatureName
[FeatureDefinitionProperty]
featureDefinitions
Value Text
featureGroupName
Value Text
recordIdentifierFeatureName
= FeatureGroup
{haddock_workaround_ :: ()
haddock_workaround_ = (),
eventTimeFeatureName :: Value Text
eventTimeFeatureName = Value Text
eventTimeFeatureName,
featureDefinitions :: [FeatureDefinitionProperty]
featureDefinitions = [FeatureDefinitionProperty]
featureDefinitions,
featureGroupName :: Value Text
featureGroupName = Value Text
featureGroupName,
recordIdentifierFeatureName :: Value Text
recordIdentifierFeatureName = Value Text
recordIdentifierFeatureName,
description :: Maybe (Value Text)
description = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
offlineStoreConfig = Maybe OfflineStoreConfigProperty
forall a. Maybe a
Prelude.Nothing,
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
onlineStoreConfig = Maybe OnlineStoreConfigProperty
forall a. Maybe a
Prelude.Nothing, roleArn :: Maybe (Value Text)
roleArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing, throughputConfig :: Maybe ThroughputConfigProperty
throughputConfig = Maybe ThroughputConfigProperty
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties FeatureGroup where
toResourceProperties :: FeatureGroup -> ResourceProperties
toResourceProperties FeatureGroup {[FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: FeatureGroup -> ()
description :: FeatureGroup -> Maybe (Value Text)
eventTimeFeatureName :: FeatureGroup -> Value Text
featureDefinitions :: FeatureGroup -> [FeatureDefinitionProperty]
featureGroupName :: FeatureGroup -> Value Text
offlineStoreConfig :: FeatureGroup -> Maybe OfflineStoreConfigProperty
onlineStoreConfig :: FeatureGroup -> Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: FeatureGroup -> Value Text
roleArn :: FeatureGroup -> Maybe (Value Text)
tags :: FeatureGroup -> Maybe [Tag]
throughputConfig :: FeatureGroup -> Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::SageMaker::FeatureGroup",
supportsTags :: Bool
supportsTags = Bool
Prelude.True,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"EventTimeFeatureName" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
eventTimeFeatureName,
Key
"FeatureDefinitions" Key -> [FeatureDefinitionProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= [FeatureDefinitionProperty]
featureDefinitions,
Key
"FeatureGroupName" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
featureGroupName,
Key
"RecordIdentifierFeatureName" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
recordIdentifierFeatureName]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"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 -> OfflineStoreConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"OfflineStoreConfig" (OfflineStoreConfigProperty -> (Key, Value))
-> Maybe OfflineStoreConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe OfflineStoreConfigProperty
offlineStoreConfig,
Key -> OnlineStoreConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"OnlineStoreConfig" (OnlineStoreConfigProperty -> (Key, Value))
-> Maybe OnlineStoreConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe OnlineStoreConfigProperty
onlineStoreConfig,
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
"RoleArn" (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)
roleArn,
Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags,
Key -> ThroughputConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ThroughputConfig" (ThroughputConfigProperty -> (Key, Value))
-> Maybe ThroughputConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ThroughputConfigProperty
throughputConfig]))}
instance JSON.ToJSON FeatureGroup where
toJSON :: FeatureGroup -> Value
toJSON FeatureGroup {[FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: FeatureGroup -> ()
description :: FeatureGroup -> Maybe (Value Text)
eventTimeFeatureName :: FeatureGroup -> Value Text
featureDefinitions :: FeatureGroup -> [FeatureDefinitionProperty]
featureGroupName :: FeatureGroup -> Value Text
offlineStoreConfig :: FeatureGroup -> Maybe OfflineStoreConfigProperty
onlineStoreConfig :: FeatureGroup -> Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: FeatureGroup -> Value Text
roleArn :: FeatureGroup -> Maybe (Value Text)
tags :: FeatureGroup -> Maybe [Tag]
throughputConfig :: FeatureGroup -> Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"EventTimeFeatureName" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
eventTimeFeatureName,
Key
"FeatureDefinitions" Key -> [FeatureDefinitionProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= [FeatureDefinitionProperty]
featureDefinitions,
Key
"FeatureGroupName" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
featureGroupName,
Key
"RecordIdentifierFeatureName" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
recordIdentifierFeatureName]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"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 -> OfflineStoreConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"OfflineStoreConfig" (OfflineStoreConfigProperty -> (Key, Value))
-> Maybe OfflineStoreConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe OfflineStoreConfigProperty
offlineStoreConfig,
Key -> OnlineStoreConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"OnlineStoreConfig" (OnlineStoreConfigProperty -> (Key, Value))
-> Maybe OnlineStoreConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe OnlineStoreConfigProperty
onlineStoreConfig,
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
"RoleArn" (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)
roleArn,
Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags,
Key -> ThroughputConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ThroughputConfig" (ThroughputConfigProperty -> (Key, Value))
-> Maybe ThroughputConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ThroughputConfigProperty
throughputConfig])))
instance Property "Description" FeatureGroup where
type PropertyType "Description" FeatureGroup = Value Prelude.Text
set :: PropertyType "Description" FeatureGroup
-> FeatureGroup -> FeatureGroup
set PropertyType "Description" FeatureGroup
newValue FeatureGroup {[FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: FeatureGroup -> ()
description :: FeatureGroup -> Maybe (Value Text)
eventTimeFeatureName :: FeatureGroup -> Value Text
featureDefinitions :: FeatureGroup -> [FeatureDefinitionProperty]
featureGroupName :: FeatureGroup -> Value Text
offlineStoreConfig :: FeatureGroup -> Maybe OfflineStoreConfigProperty
onlineStoreConfig :: FeatureGroup -> Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: FeatureGroup -> Value Text
roleArn :: FeatureGroup -> Maybe (Value Text)
tags :: FeatureGroup -> Maybe [Tag]
throughputConfig :: FeatureGroup -> Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
= FeatureGroup {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" FeatureGroup
Value Text
newValue, [FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: ()
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
instance Property "EventTimeFeatureName" FeatureGroup where
type PropertyType "EventTimeFeatureName" FeatureGroup = Value Prelude.Text
set :: PropertyType "EventTimeFeatureName" FeatureGroup
-> FeatureGroup -> FeatureGroup
set PropertyType "EventTimeFeatureName" FeatureGroup
newValue FeatureGroup {[FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: FeatureGroup -> ()
description :: FeatureGroup -> Maybe (Value Text)
eventTimeFeatureName :: FeatureGroup -> Value Text
featureDefinitions :: FeatureGroup -> [FeatureDefinitionProperty]
featureGroupName :: FeatureGroup -> Value Text
offlineStoreConfig :: FeatureGroup -> Maybe OfflineStoreConfigProperty
onlineStoreConfig :: FeatureGroup -> Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: FeatureGroup -> Value Text
roleArn :: FeatureGroup -> Maybe (Value Text)
tags :: FeatureGroup -> Maybe [Tag]
throughputConfig :: FeatureGroup -> Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
= FeatureGroup {eventTimeFeatureName :: Value Text
eventTimeFeatureName = PropertyType "EventTimeFeatureName" FeatureGroup
Value Text
newValue, [FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
instance Property "FeatureDefinitions" FeatureGroup where
type PropertyType "FeatureDefinitions" FeatureGroup = [FeatureDefinitionProperty]
set :: PropertyType "FeatureDefinitions" FeatureGroup
-> FeatureGroup -> FeatureGroup
set PropertyType "FeatureDefinitions" FeatureGroup
newValue FeatureGroup {[FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: FeatureGroup -> ()
description :: FeatureGroup -> Maybe (Value Text)
eventTimeFeatureName :: FeatureGroup -> Value Text
featureDefinitions :: FeatureGroup -> [FeatureDefinitionProperty]
featureGroupName :: FeatureGroup -> Value Text
offlineStoreConfig :: FeatureGroup -> Maybe OfflineStoreConfigProperty
onlineStoreConfig :: FeatureGroup -> Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: FeatureGroup -> Value Text
roleArn :: FeatureGroup -> Maybe (Value Text)
tags :: FeatureGroup -> Maybe [Tag]
throughputConfig :: FeatureGroup -> Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
= FeatureGroup {featureDefinitions :: [FeatureDefinitionProperty]
featureDefinitions = [FeatureDefinitionProperty]
PropertyType "FeatureDefinitions" FeatureGroup
newValue, Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
instance Property "FeatureGroupName" FeatureGroup where
type PropertyType "FeatureGroupName" FeatureGroup = Value Prelude.Text
set :: PropertyType "FeatureGroupName" FeatureGroup
-> FeatureGroup -> FeatureGroup
set PropertyType "FeatureGroupName" FeatureGroup
newValue FeatureGroup {[FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: FeatureGroup -> ()
description :: FeatureGroup -> Maybe (Value Text)
eventTimeFeatureName :: FeatureGroup -> Value Text
featureDefinitions :: FeatureGroup -> [FeatureDefinitionProperty]
featureGroupName :: FeatureGroup -> Value Text
offlineStoreConfig :: FeatureGroup -> Maybe OfflineStoreConfigProperty
onlineStoreConfig :: FeatureGroup -> Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: FeatureGroup -> Value Text
roleArn :: FeatureGroup -> Maybe (Value Text)
tags :: FeatureGroup -> Maybe [Tag]
throughputConfig :: FeatureGroup -> Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
= FeatureGroup {featureGroupName :: Value Text
featureGroupName = PropertyType "FeatureGroupName" FeatureGroup
Value Text
newValue, [FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
instance Property "OfflineStoreConfig" FeatureGroup where
type PropertyType "OfflineStoreConfig" FeatureGroup = OfflineStoreConfigProperty
set :: PropertyType "OfflineStoreConfig" FeatureGroup
-> FeatureGroup -> FeatureGroup
set PropertyType "OfflineStoreConfig" FeatureGroup
newValue FeatureGroup {[FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: FeatureGroup -> ()
description :: FeatureGroup -> Maybe (Value Text)
eventTimeFeatureName :: FeatureGroup -> Value Text
featureDefinitions :: FeatureGroup -> [FeatureDefinitionProperty]
featureGroupName :: FeatureGroup -> Value Text
offlineStoreConfig :: FeatureGroup -> Maybe OfflineStoreConfigProperty
onlineStoreConfig :: FeatureGroup -> Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: FeatureGroup -> Value Text
roleArn :: FeatureGroup -> Maybe (Value Text)
tags :: FeatureGroup -> Maybe [Tag]
throughputConfig :: FeatureGroup -> Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
= FeatureGroup {offlineStoreConfig :: Maybe OfflineStoreConfigProperty
offlineStoreConfig = OfflineStoreConfigProperty -> Maybe OfflineStoreConfigProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "OfflineStoreConfig" FeatureGroup
OfflineStoreConfigProperty
newValue, [FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
instance Property "OnlineStoreConfig" FeatureGroup where
type PropertyType "OnlineStoreConfig" FeatureGroup = OnlineStoreConfigProperty
set :: PropertyType "OnlineStoreConfig" FeatureGroup
-> FeatureGroup -> FeatureGroup
set PropertyType "OnlineStoreConfig" FeatureGroup
newValue FeatureGroup {[FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: FeatureGroup -> ()
description :: FeatureGroup -> Maybe (Value Text)
eventTimeFeatureName :: FeatureGroup -> Value Text
featureDefinitions :: FeatureGroup -> [FeatureDefinitionProperty]
featureGroupName :: FeatureGroup -> Value Text
offlineStoreConfig :: FeatureGroup -> Maybe OfflineStoreConfigProperty
onlineStoreConfig :: FeatureGroup -> Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: FeatureGroup -> Value Text
roleArn :: FeatureGroup -> Maybe (Value Text)
tags :: FeatureGroup -> Maybe [Tag]
throughputConfig :: FeatureGroup -> Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
= FeatureGroup {onlineStoreConfig :: Maybe OnlineStoreConfigProperty
onlineStoreConfig = OnlineStoreConfigProperty -> Maybe OnlineStoreConfigProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "OnlineStoreConfig" FeatureGroup
OnlineStoreConfigProperty
newValue, [FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
()
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
instance Property "RecordIdentifierFeatureName" FeatureGroup where
type PropertyType "RecordIdentifierFeatureName" FeatureGroup = Value Prelude.Text
set :: PropertyType "RecordIdentifierFeatureName" FeatureGroup
-> FeatureGroup -> FeatureGroup
set PropertyType "RecordIdentifierFeatureName" FeatureGroup
newValue FeatureGroup {[FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: FeatureGroup -> ()
description :: FeatureGroup -> Maybe (Value Text)
eventTimeFeatureName :: FeatureGroup -> Value Text
featureDefinitions :: FeatureGroup -> [FeatureDefinitionProperty]
featureGroupName :: FeatureGroup -> Value Text
offlineStoreConfig :: FeatureGroup -> Maybe OfflineStoreConfigProperty
onlineStoreConfig :: FeatureGroup -> Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: FeatureGroup -> Value Text
roleArn :: FeatureGroup -> Maybe (Value Text)
tags :: FeatureGroup -> Maybe [Tag]
throughputConfig :: FeatureGroup -> Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
= FeatureGroup {recordIdentifierFeatureName :: Value Text
recordIdentifierFeatureName = PropertyType "RecordIdentifierFeatureName" FeatureGroup
Value Text
newValue, [FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
instance Property "RoleArn" FeatureGroup where
type PropertyType "RoleArn" FeatureGroup = Value Prelude.Text
set :: PropertyType "RoleArn" FeatureGroup -> FeatureGroup -> FeatureGroup
set PropertyType "RoleArn" FeatureGroup
newValue FeatureGroup {[FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: FeatureGroup -> ()
description :: FeatureGroup -> Maybe (Value Text)
eventTimeFeatureName :: FeatureGroup -> Value Text
featureDefinitions :: FeatureGroup -> [FeatureDefinitionProperty]
featureGroupName :: FeatureGroup -> Value Text
offlineStoreConfig :: FeatureGroup -> Maybe OfflineStoreConfigProperty
onlineStoreConfig :: FeatureGroup -> Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: FeatureGroup -> Value Text
roleArn :: FeatureGroup -> Maybe (Value Text)
tags :: FeatureGroup -> Maybe [Tag]
throughputConfig :: FeatureGroup -> Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
= FeatureGroup {roleArn :: Maybe (Value Text)
roleArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RoleArn" FeatureGroup
Value Text
newValue, [FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
instance Property "Tags" FeatureGroup where
type PropertyType "Tags" FeatureGroup = [Tag]
set :: PropertyType "Tags" FeatureGroup -> FeatureGroup -> FeatureGroup
set PropertyType "Tags" FeatureGroup
newValue FeatureGroup {[FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: FeatureGroup -> ()
description :: FeatureGroup -> Maybe (Value Text)
eventTimeFeatureName :: FeatureGroup -> Value Text
featureDefinitions :: FeatureGroup -> [FeatureDefinitionProperty]
featureGroupName :: FeatureGroup -> Value Text
offlineStoreConfig :: FeatureGroup -> Maybe OfflineStoreConfigProperty
onlineStoreConfig :: FeatureGroup -> Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: FeatureGroup -> Value Text
roleArn :: FeatureGroup -> Maybe (Value Text)
tags :: FeatureGroup -> Maybe [Tag]
throughputConfig :: FeatureGroup -> Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
= FeatureGroup {tags :: Maybe [Tag]
tags = [Tag] -> Maybe [Tag]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Tag]
PropertyType "Tags" FeatureGroup
newValue, [FeatureDefinitionProperty]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
throughputConfig :: Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
throughputConfig :: Maybe ThroughputConfigProperty
..}
instance Property "ThroughputConfig" FeatureGroup where
type PropertyType "ThroughputConfig" FeatureGroup = ThroughputConfigProperty
set :: PropertyType "ThroughputConfig" FeatureGroup
-> FeatureGroup -> FeatureGroup
set PropertyType "ThroughputConfig" FeatureGroup
newValue FeatureGroup {[FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe ThroughputConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: FeatureGroup -> ()
description :: FeatureGroup -> Maybe (Value Text)
eventTimeFeatureName :: FeatureGroup -> Value Text
featureDefinitions :: FeatureGroup -> [FeatureDefinitionProperty]
featureGroupName :: FeatureGroup -> Value Text
offlineStoreConfig :: FeatureGroup -> Maybe OfflineStoreConfigProperty
onlineStoreConfig :: FeatureGroup -> Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: FeatureGroup -> Value Text
roleArn :: FeatureGroup -> Maybe (Value Text)
tags :: FeatureGroup -> Maybe [Tag]
throughputConfig :: FeatureGroup -> Maybe ThroughputConfigProperty
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
throughputConfig :: Maybe ThroughputConfigProperty
..}
= FeatureGroup {throughputConfig :: Maybe ThroughputConfigProperty
throughputConfig = ThroughputConfigProperty -> Maybe ThroughputConfigProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ThroughputConfig" FeatureGroup
ThroughputConfigProperty
newValue, [FeatureDefinitionProperty]
Maybe [Tag]
Maybe (Value Text)
Maybe OfflineStoreConfigProperty
Maybe OnlineStoreConfigProperty
()
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
description :: Maybe (Value Text)
eventTimeFeatureName :: Value Text
featureDefinitions :: [FeatureDefinitionProperty]
featureGroupName :: Value Text
offlineStoreConfig :: Maybe OfflineStoreConfigProperty
onlineStoreConfig :: Maybe OnlineStoreConfigProperty
recordIdentifierFeatureName :: Value Text
roleArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}