AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
codedeploy
/
aws.sdk.kotlin.services.codedeploy.model
/
DeploymentTargetType
Deployment
Target
Type
sealed
class
DeploymentTargetType
Inheritors
CloudformationTarget
EcsTarget
InstanceTarget
LambdaTarget
SdkUnknown
Members
Types
Cloudformation
Target
Link copied to clipboard
object
CloudformationTarget
:
DeploymentTargetType
Companion
Link copied to clipboard
object
Companion
Ecs
Target
Link copied to clipboard
object
EcsTarget
:
DeploymentTargetType
Instance
Target
Link copied to clipboard
object
InstanceTarget
:
DeploymentTargetType
Lambda
Target
Link copied to clipboard
object
LambdaTarget
:
DeploymentTargetType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DeploymentTargetType
Properties
value
Link copied to clipboard
abstract
val
value
:
String