ServiceArgs

data class ServiceArgs(val authType: Output<ServiceAuthType>? = null, val certificateArn: Output<String>? = null, val customDomainName: Output<String>? = null, val dnsEntry: Output<ServiceDnsEntryArgs>? = null, val name: Output<String>? = null, val tags: Output<List<ServiceTagArgs>>? = null) : ConvertibleToJava<ServiceArgs>

A service is any software application that can run on instances containers, or serverless functions within an account or virtual private cloud (VPC).

Constructors

Link copied to clipboard
fun ServiceArgs(authType: Output<ServiceAuthType>? = null, certificateArn: Output<String>? = null, customDomainName: Output<String>? = null, dnsEntry: Output<ServiceDnsEntryArgs>? = null, name: Output<String>? = null, tags: Output<List<ServiceTagArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ServiceArgs

Properties

Link copied to clipboard
val authType: Output<ServiceAuthType>? = null
Link copied to clipboard
val certificateArn: Output<String>? = null
Link copied to clipboard
val customDomainName: Output<String>? = null
Link copied to clipboard
val dnsEntry: Output<ServiceDnsEntryArgs>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val tags: Output<List<ServiceTagArgs>>? = null