toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.codedeploy.kotlin.outputs
/
DeploymentGroupEcsService
Deployment
Group
Ecs
Service
data
class
DeploymentGroupEcsService
(
val
clusterName
:
String
,
val
serviceName
:
String
)
Members
Constructors
Deployment
Group
Ecs
Service
Link copied to clipboard
constructor
(
clusterName
:
String
,
serviceName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cluster
Name
Link copied to clipboard
val
clusterName
:
String
The name of the ECS cluster.
service
Name
Link copied to clipboard
val
serviceName
:
String
The name of the ECS service.