AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
codebuild
/
aws.sdk.kotlin.services.codebuild.model
/
EnvironmentVariableType
Environment
Variable
Type
sealed
class
EnvironmentVariableType
Inheritors
ParameterStore
Plaintext
SecretsManager
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Parameter
Store
Link copied to clipboard
object
ParameterStore
:
EnvironmentVariableType
Plaintext
Link copied to clipboard
object
Plaintext
:
EnvironmentVariableType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EnvironmentVariableType
Secrets
Manager
Link copied to clipboard
object
SecretsManager
:
EnvironmentVariableType
Properties
value
Link copied to clipboard
abstract
val
value
:
String