AWS SDK for Kotlin
Toggle table of contents
1.8.36
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
batch
/
aws.sdk.kotlin.services.batch.model
/
ContainerInsights
Container
Insights
sealed
class
ContainerInsights
Specifies the CloudWatch Container Insights mode for the compute environment.
Inheritors
Disabled
Enabled
Enhanced
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Disabled
Link copied to clipboard
object
Disabled
:
ContainerInsights
Enabled
Link copied to clipboard
object
Enabled
:
ContainerInsights
Enhanced
Link copied to clipboard
object
Enhanced
:
ContainerInsights
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ContainerInsights
Properties
value
Link copied to clipboard
abstract
val
value
:
String