pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.codedeploy.kotlin.outputs
/
DeploymentGroupEcsService
Deployment
Group
Ecs
Service
data
class
DeploymentGroupEcsService
(
val
clusterName
:
String
,
val
serviceName
:
String
)
Types
Constructors
Properties
Constructors
Deployment
Group
Ecs
Service
Link copied to clipboard
fun
DeploymentGroupEcsService
(
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.