toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.sagemaker.kotlin.outputs
/
FeatureGroupTtlDuration
Feature
Group
Ttl
Duration
data
class
FeatureGroupTtlDuration
(
val
unit
:
FeatureGroupUnit
?
=
null
,
val
value
:
Int
?
=
null
)
TTL configuration of the feature group
Members
Constructors
Feature
Group
Ttl
Duration
Link copied to clipboard
constructor
(
unit
:
FeatureGroupUnit
?
=
null
,
value
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
unit
Link copied to clipboard
val
unit
:
FeatureGroupUnit
?
=
null
TtlDuration
time unit.
value
Link copied to clipboard
val
value
:
Int
?
=
null
TtlDuration
time value.