1. Packages
  2. Azure Classic
  3. API Docs
  4. appplatform
  5. SpringCloudCustomDomain

We recommend using Azure Native.

Azure Classic v5.49.0 published on Tuesday, Aug 29, 2023 by Pulumi

azure.appplatform.SpringCloudCustomDomain

Explore with Pulumi AI

azure logo

We recommend using Azure Native.

Azure Classic v5.49.0 published on Tuesday, Aug 29, 2023 by Pulumi

    Manages an Azure Spring Cloud Custom Domain.

    Create SpringCloudCustomDomain Resource

    new SpringCloudCustomDomain(name: string, args: SpringCloudCustomDomainArgs, opts?: CustomResourceOptions);
    @overload
    def SpringCloudCustomDomain(resource_name: 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)
    @overload
    def SpringCloudCustomDomain(resource_name: str,
                                args: SpringCloudCustomDomainArgs,
                                opts: Optional[ResourceOptions] = 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.
    
    
    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.

    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

    The SpringCloudCustomDomain resource accepts the following input properties:

    SpringCloudAppId string

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

    CertificateName string

    Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when thumbprint is 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_name is specified. Changing this forces a new resource to be created.

    SpringCloudAppId string

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

    CertificateName string

    Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when thumbprint is 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_name is specified. Changing this forces a new resource to be created.

    springCloudAppId String

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

    certificateName String

    Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when thumbprint is 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_name is specified. Changing this forces a new resource to be created.

    springCloudAppId string

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

    certificateName string

    Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when thumbprint is 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_name is specified. Changing this forces a new resource to be created.

    spring_cloud_app_id str

    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 thumbprint is 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_name is specified. Changing this forces a new resource to be created.

    springCloudAppId String

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

    certificateName String

    Specifies the name of the Spring Cloud Certificate that binds to the Spring Cloud Custom Domain. Required when thumbprint is 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_name is 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) -> SpringCloudCustomDomain
    func 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)
    Resource lookup is not supported in YAML
    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.
    The following state arguments are supported:
    CertificateName string

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

    Name string

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

    SpringCloudAppId string

    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_name is specified. Changing this forces a new resource to be created.

    CertificateName string

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

    Name string

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

    SpringCloudAppId string

    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_name is specified. Changing this forces a new resource to be created.

    certificateName String

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

    name String

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

    springCloudAppId String

    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_name is specified. Changing this forces a new resource to be created.

    certificateName string

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

    name string

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

    springCloudAppId string

    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_name is 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 thumbprint is specified

    name str

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

    spring_cloud_app_id str

    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_name is specified. Changing this forces a new resource to be created.

    certificateName String

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

    name String

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

    springCloudAppId String

    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_name is 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
    

    Package Details

    Repository
    Azure Classic pulumi/pulumi-azure
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the azurerm Terraform Provider.

    azure logo

    We recommend using Azure Native.

    Azure Classic v5.49.0 published on Tuesday, Aug 29, 2023 by Pulumi