DomainNameArgs

data class DomainNameArgs(val certificateArn: Output<String>? = null, val description: Output<String>? = null, val domainName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DomainNameArgs>

Resource Type definition for AWS::AppSync::DomainName

Constructors

Link copied to clipboard
constructor(certificateArn: Output<String>? = null, description: Output<String>? = null, domainName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

The Amazon Resource Name (ARN) of the certificate. This will be an AWS Certificate Manager certificate.

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

The decription for your domain name.

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

The domain name.

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

A set of tags (key-value pairs) for this domain name.

Functions

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