SpringCloudCustomDomain

class SpringCloudCustomDomain : KotlinCustomResource

Manages an Azure Spring Cloud Custom Domain.

Import

Spring Cloud Custom Domain can be imported using the resource id, e.g.

$ pulumi import azure:appplatform/springCloudCustomDomain:SpringCloudCustomDomain example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resGroup1/providers/Microsoft.AppPlatform/spring/spring1/apps/app1/domains/domain.com

Properties

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

Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when thumbprint is specified

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

Specifies the name of the Spring Cloud Custom Domain. Changing this forces a new resource to be created.

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

Specifies the resource ID of the Spring Cloud Application. Changing this forces a new resource to be created.

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

Specifies the thumbprint of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when certificate_name is specified. Changing this forces a new resource to be created.

Link copied to clipboard
val urn: Output<String>