SpringCloudCustomDomainArgs

data class SpringCloudCustomDomainArgs(val certificateName: Output<String>? = null, val name: Output<String>? = null, val springCloudAppId: Output<String>? = null, val thumbprint: Output<String>? = null) : ConvertibleToJava<SpringCloudCustomDomainArgs>

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

Constructors

Link copied to clipboard
fun SpringCloudCustomDomainArgs(certificateName: Output<String>? = null, name: Output<String>? = null, springCloudAppId: Output<String>? = null, thumbprint: Output<String>? = null)

Functions

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

Properties

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

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 name: Output<String>? = null

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

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

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>? = null

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.