toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.codedeploy.kotlin.inputs
/
DeploymentGroupEcsServiceArgs
Deployment
Group
Ecs
Service
Args
data
class
DeploymentGroupEcsServiceArgs
(
val
clusterName
:
Output
<
String
>
,
val
serviceName
:
Output
<
String
>
)
:
ConvertibleToJava
<
DeploymentGroupEcsServiceArgs
>
Members
Constructors
Deployment
Group
Ecs
Service
Args
Link copied to clipboard
constructor
(
clusterName
:
Output
<
String
>
,
serviceName
:
Output
<
String
>
)
Properties
cluster
Name
Link copied to clipboard
val
clusterName
:
Output
<
String
>
The name of the ECS cluster.
service
Name
Link copied to clipboard
val
serviceName
:
Output
<
String
>
The name of the ECS service.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DeploymentGroupEcsServiceArgs