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<TagArgs>>? = 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
constructor(authType: Output<ServiceAuthType>? = null, certificateArn: Output<String>? = null, customDomainName: Output<String>? = null, dnsEntry: Output<ServiceDnsEntryArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val authType: Output<ServiceAuthType>? = null

The type of IAM policy.

Link copied to clipboard
val certificateArn: Output<String>? = null

The Amazon Resource Name (ARN) of the certificate.

Link copied to clipboard
val customDomainName: Output<String>? = null

The custom domain name of the service.

Link copied to clipboard
val dnsEntry: Output<ServiceDnsEntryArgs>? = null

The DNS information of the service.

Link copied to clipboard
val name: Output<String>? = null

The name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. If you don't specify a name, CloudFormation generates one. However, if you specify a name, and later want to replace the resource, you must specify a new name.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags for the service.

Functions

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