DomainName

class DomainName : KotlinCustomResource

Resource Type definition for AWS::AppSync::DomainName

Properties

Link copied to clipboard

The domain name provided by AWS AppSync .

Link copied to clipboard
val certificateArn: Output<String>

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

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

The decription for your domain name.

Link copied to clipboard
val domainName: Output<String>

The domain name.

Link copied to clipboard
val domainNameArn: Output<String>

The Amazon Resource Name (ARN) for the Domain Name.

Link copied to clipboard
val hostedZoneId: Output<String>

The ID of your Amazon Route 53 hosted zone.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

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

Link copied to clipboard
val urn: Output<String>