We recommend using Azure Native.
published on Monday, Mar 9, 2026 by Pulumi
We recommend using Azure Native.
published on Monday, Mar 9, 2026 by Pulumi
Manages an Azure Spring Cloud Custom Domain.
Create SpringCloudCustomDomain Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SpringCloudCustomDomain(name: string, args: SpringCloudCustomDomainArgs, opts?: CustomResourceOptions);@overload
def SpringCloudCustomDomain(resource_name: str,
args: SpringCloudCustomDomainArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SpringCloudCustomDomain(resource_name: str,
opts: Optional[ResourceOptions] = None,
spring_cloud_app_id: Optional[str] = None,
certificate_name: Optional[str] = None,
name: Optional[str] = None,
thumbprint: Optional[str] = None)func NewSpringCloudCustomDomain(ctx *Context, name string, args SpringCloudCustomDomainArgs, opts ...ResourceOption) (*SpringCloudCustomDomain, error)public SpringCloudCustomDomain(string name, SpringCloudCustomDomainArgs args, CustomResourceOptions? opts = null)
public SpringCloudCustomDomain(String name, SpringCloudCustomDomainArgs args)
public SpringCloudCustomDomain(String name, SpringCloudCustomDomainArgs args, CustomResourceOptions options)
type: azure:appplatform:SpringCloudCustomDomain
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SpringCloudCustomDomainArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SpringCloudCustomDomainArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SpringCloudCustomDomainArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SpringCloudCustomDomainArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SpringCloudCustomDomainArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var springCloudCustomDomainResource = new Azure.AppPlatform.SpringCloudCustomDomain("springCloudCustomDomainResource", new()
{
SpringCloudAppId = "string",
CertificateName = "string",
Name = "string",
Thumbprint = "string",
});
example, err := appplatform.NewSpringCloudCustomDomain(ctx, "springCloudCustomDomainResource", &appplatform.SpringCloudCustomDomainArgs{
SpringCloudAppId: pulumi.String("string"),
CertificateName: pulumi.String("string"),
Name: pulumi.String("string"),
Thumbprint: pulumi.String("string"),
})
var springCloudCustomDomainResource = new SpringCloudCustomDomain("springCloudCustomDomainResource", SpringCloudCustomDomainArgs.builder()
.springCloudAppId("string")
.certificateName("string")
.name("string")
.thumbprint("string")
.build());
spring_cloud_custom_domain_resource = azure.appplatform.SpringCloudCustomDomain("springCloudCustomDomainResource",
spring_cloud_app_id="string",
certificate_name="string",
name="string",
thumbprint="string")
const springCloudCustomDomainResource = new azure.appplatform.SpringCloudCustomDomain("springCloudCustomDomainResource", {
springCloudAppId: "string",
certificateName: "string",
name: "string",
thumbprint: "string",
});
type: azure:appplatform:SpringCloudCustomDomain
properties:
certificateName: string
name: string
springCloudAppId: string
thumbprint: string
SpringCloudCustomDomain Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SpringCloudCustomDomain resource accepts the following input properties:
- Spring
Cloud stringApp Id - Specifies the resource ID of the Spring Cloud Application. Changing this forces a new resource to be created.
- Certificate
Name string - Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
thumbprintis specified - Name string
- Specifies the name of the Spring Cloud Custom Domain. Changing this forces a new resource to be created.
- Thumbprint string
- Specifies the thumbprint of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
certificate_nameis specified. Changing this forces a new resource to be created.
- Spring
Cloud stringApp Id - Specifies the resource ID of the Spring Cloud Application. Changing this forces a new resource to be created.
- Certificate
Name string - Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
thumbprintis specified - Name string
- Specifies the name of the Spring Cloud Custom Domain. Changing this forces a new resource to be created.
- Thumbprint string
- Specifies the thumbprint of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
certificate_nameis specified. Changing this forces a new resource to be created.
- spring
Cloud StringApp Id - Specifies the resource ID of the Spring Cloud Application. Changing this forces a new resource to be created.
- certificate
Name String - Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
thumbprintis specified - name String
- Specifies the name of the Spring Cloud Custom Domain. Changing this forces a new resource to be created.
- thumbprint String
- Specifies the thumbprint of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
certificate_nameis specified. Changing this forces a new resource to be created.
- spring
Cloud stringApp Id - Specifies the resource ID of the Spring Cloud Application. Changing this forces a new resource to be created.
- certificate
Name string - Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
thumbprintis specified - name string
- Specifies the name of the Spring Cloud Custom Domain. Changing this forces a new resource to be created.
- thumbprint string
- Specifies the thumbprint of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
certificate_nameis specified. Changing this forces a new resource to be created.
- spring_
cloud_ strapp_ id - Specifies the resource ID of the Spring Cloud Application. Changing this forces a new resource to be created.
- certificate_
name str - Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
thumbprintis specified - name str
- Specifies the name of the Spring Cloud Custom Domain. Changing this forces a new resource to be created.
- thumbprint str
- Specifies the thumbprint of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
certificate_nameis specified. Changing this forces a new resource to be created.
- spring
Cloud StringApp Id - Specifies the resource ID of the Spring Cloud Application. Changing this forces a new resource to be created.
- certificate
Name String - Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
thumbprintis specified - name String
- Specifies the name of the Spring Cloud Custom Domain. Changing this forces a new resource to be created.
- thumbprint String
- Specifies the thumbprint of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
certificate_nameis specified. Changing this forces a new resource to be created.
Outputs
All input properties are implicitly available as output properties. Additionally, the SpringCloudCustomDomain resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing SpringCloudCustomDomain Resource
Get an existing SpringCloudCustomDomain resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: SpringCloudCustomDomainState, opts?: CustomResourceOptions): SpringCloudCustomDomain@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
certificate_name: Optional[str] = None,
name: Optional[str] = None,
spring_cloud_app_id: Optional[str] = None,
thumbprint: Optional[str] = None) -> SpringCloudCustomDomainfunc GetSpringCloudCustomDomain(ctx *Context, name string, id IDInput, state *SpringCloudCustomDomainState, opts ...ResourceOption) (*SpringCloudCustomDomain, error)public static SpringCloudCustomDomain Get(string name, Input<string> id, SpringCloudCustomDomainState? state, CustomResourceOptions? opts = null)public static SpringCloudCustomDomain get(String name, Output<String> id, SpringCloudCustomDomainState state, CustomResourceOptions options)resources: _: type: azure:appplatform:SpringCloudCustomDomain get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Certificate
Name string - Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
thumbprintis specified - Name string
- Specifies the name of the Spring Cloud Custom Domain. Changing this forces a new resource to be created.
- Spring
Cloud stringApp Id - Specifies the resource ID of the Spring Cloud Application. Changing this forces a new resource to be created.
- Thumbprint string
- Specifies the thumbprint of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
certificate_nameis specified. Changing this forces a new resource to be created.
- Certificate
Name string - Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
thumbprintis specified - Name string
- Specifies the name of the Spring Cloud Custom Domain. Changing this forces a new resource to be created.
- Spring
Cloud stringApp Id - Specifies the resource ID of the Spring Cloud Application. Changing this forces a new resource to be created.
- Thumbprint string
- Specifies the thumbprint of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
certificate_nameis specified. Changing this forces a new resource to be created.
- certificate
Name String - Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
thumbprintis specified - name String
- Specifies the name of the Spring Cloud Custom Domain. Changing this forces a new resource to be created.
- spring
Cloud StringApp Id - Specifies the resource ID of the Spring Cloud Application. Changing this forces a new resource to be created.
- thumbprint String
- Specifies the thumbprint of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
certificate_nameis specified. Changing this forces a new resource to be created.
- certificate
Name string - Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
thumbprintis specified - name string
- Specifies the name of the Spring Cloud Custom Domain. Changing this forces a new resource to be created.
- spring
Cloud stringApp Id - Specifies the resource ID of the Spring Cloud Application. Changing this forces a new resource to be created.
- thumbprint string
- Specifies the thumbprint of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
certificate_nameis specified. Changing this forces a new resource to be created.
- certificate_
name str - Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
thumbprintis specified - name str
- Specifies the name of the Spring Cloud Custom Domain. Changing this forces a new resource to be created.
- spring_
cloud_ strapp_ id - Specifies the resource ID of the Spring Cloud Application. Changing this forces a new resource to be created.
- thumbprint str
- Specifies the thumbprint of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
certificate_nameis specified. Changing this forces a new resource to be created.
- certificate
Name String - Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
thumbprintis specified - name String
- Specifies the name of the Spring Cloud Custom Domain. Changing this forces a new resource to be created.
- spring
Cloud StringApp Id - Specifies the resource ID of the Spring Cloud Application. Changing this forces a new resource to be created.
- thumbprint String
- Specifies the thumbprint of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when
certificate_nameis specified. Changing this forces a new resource to be created.
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
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurermTerraform Provider.
We recommend using Azure Native.
published on Monday, Mar 9, 2026 by Pulumi