Service Args
data class ServiceArgs(val description: Output<String>? = null, val internetAccess: Output<Boolean>? = null, val logConfig: Output<ServiceLogConfigArgs>? = null, val name: Output<String>? = null, val namePrefix: Output<String>? = null, val nasConfig: Output<ServiceNasConfigArgs>? = null, val publish: Output<Boolean>? = null, val role: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val tracingConfig: Output<ServiceTracingConfigArgs>? = null, val vpcConfig: Output<ServiceVpcConfigArgs>? = null) : ConvertibleToJava<ServiceArgs>
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, internetAccess: Output<Boolean>? = null, logConfig: Output<ServiceLogConfigArgs>? = null, name: Output<String>? = null, namePrefix: Output<String>? = null, nasConfig: Output<ServiceNasConfigArgs>? = null, publish: Output<Boolean>? = null, role: Output<String>? = null, tags: Output<Map<String, String>>? = null, tracingConfig: Output<ServiceTracingConfigArgs>? = null, vpcConfig: Output<ServiceVpcConfigArgs>? = null)