services

@JvmName(name = "hfaobghvmrcqdsbc")
suspend fun services(value: Output<List<ServiceResourceDescriptionArgs>>)
@JvmName(name = "qccxrdcsaphxqfob")
suspend fun services(value: List<ServiceResourceDescriptionArgs>?)

Parameters

value

Describes the services in the application. This property is used to create or modify services of the application. On get only the name of the service is returned. The service description can be obtained by querying for the service resource.


@JvmName(name = "nopkrjrbqhllomjv")
suspend fun services(vararg values: Output<ServiceResourceDescriptionArgs>)


@JvmName(name = "ioermlptuyktpdcs")
suspend fun services(values: List<Output<ServiceResourceDescriptionArgs>>)
@JvmName(name = "soadfnjcpraqmsgc")
suspend fun services(vararg values: ServiceResourceDescriptionArgs)

Parameters

values

Describes the services in the application. This property is used to create or modify services of the application. On get only the name of the service is returned. The service description can be obtained by querying for the service resource.


@JvmName(name = "hubqnbferqolmscw")
suspend fun services(argument: List<suspend ServiceResourceDescriptionArgsBuilder.() -> Unit>)
@JvmName(name = "ekfkhygnaqahofsd")
suspend fun services(vararg argument: suspend ServiceResourceDescriptionArgsBuilder.() -> Unit)
@JvmName(name = "rafucumsmhcrpoaj")
suspend fun services(argument: suspend ServiceResourceDescriptionArgsBuilder.() -> Unit)

Parameters

argument

Describes the services in the application. This property is used to create or modify services of the application. On get only the name of the service is returned. The service description can be obtained by querying for the service resource.