DomainMapping

class DomainMapping : KotlinCustomResource

Maps a domain to an application. A user must be authorized to administer a domain in order to map it to an application. For a list of available authorized domains, see AuthorizedDomains.ListAuthorizedDomains. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val appId: Output<String>
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.

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

Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.

Link copied to clipboard

SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.

Link copied to clipboard
val urn: Output<String>