Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.appengine/v1beta.getDomainMapping
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets the specified domain mapping.
Using getDomainMapping
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDomainMapping(args: GetDomainMappingArgs, opts?: InvokeOptions): Promise<GetDomainMappingResult>
function getDomainMappingOutput(args: GetDomainMappingOutputArgs, opts?: InvokeOptions): Output<GetDomainMappingResult>def get_domain_mapping(app_id: Optional[str] = None,
                       domain_mapping_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetDomainMappingResult
def get_domain_mapping_output(app_id: Optional[pulumi.Input[str]] = None,
                       domain_mapping_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetDomainMappingResult]func LookupDomainMapping(ctx *Context, args *LookupDomainMappingArgs, opts ...InvokeOption) (*LookupDomainMappingResult, error)
func LookupDomainMappingOutput(ctx *Context, args *LookupDomainMappingOutputArgs, opts ...InvokeOption) LookupDomainMappingResultOutput> Note: This function is named LookupDomainMapping in the Go SDK.
public static class GetDomainMapping 
{
    public static Task<GetDomainMappingResult> InvokeAsync(GetDomainMappingArgs args, InvokeOptions? opts = null)
    public static Output<GetDomainMappingResult> Invoke(GetDomainMappingInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDomainMappingResult> getDomainMapping(GetDomainMappingArgs args, InvokeOptions options)
public static Output<GetDomainMappingResult> getDomainMapping(GetDomainMappingArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:appengine/v1beta:getDomainMapping
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AppId string
- DomainMapping stringId 
- AppId string
- DomainMapping stringId 
- appId String
- domainMapping StringId 
- appId string
- domainMapping stringId 
- app_id str
- domain_mapping_ strid 
- appId String
- domainMapping StringId 
getDomainMapping Result
The following output properties are available:
- Name string
- Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.
- ResourceRecords List<Pulumi.Google Native. App Engine. V1Beta. Outputs. Resource Record Response> 
- 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.
- SslSettings Pulumi.Google Native. App Engine. V1Beta. Outputs. Ssl Settings Response 
- SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.
- Name string
- Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.
- ResourceRecords []ResourceRecord Response 
- 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.
- SslSettings SslSettings Response 
- SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.
- name String
- Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.
- resourceRecords List<ResourceRecord Response> 
- 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.
- sslSettings SslSettings Response 
- SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.
- name string
- Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.
- resourceRecords ResourceRecord Response[] 
- 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.
- sslSettings SslSettings Response 
- SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.
- name str
- Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.
- resource_records Sequence[ResourceRecord Response] 
- 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.
- ssl_settings SslSettings Response 
- SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.
- name String
- Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.
- resourceRecords List<Property Map>
- 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.
- sslSettings Property Map
- SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.
Supporting Types
ResourceRecordResponse  
SslSettingsResponse  
- CertificateId string
- ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support.By default, a managed certificate is automatically created for every domain mapping. To omit SSL support or to configure SSL manually, specify SslManagementType.MANUAL on a CREATE or UPDATE request. You must be authorized to administer the AuthorizedCertificate resource to manually map it to a DomainMapping resource. Example: 12345.
- PendingManaged stringCertificate Id 
- ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.
- SslManagement stringType 
- SSL management type for this domain. If AUTOMATIC, a managed certificate is automatically provisioned. If MANUAL, certificate_id must be manually specified in order to configure SSL for this domain.
- CertificateId string
- ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support.By default, a managed certificate is automatically created for every domain mapping. To omit SSL support or to configure SSL manually, specify SslManagementType.MANUAL on a CREATE or UPDATE request. You must be authorized to administer the AuthorizedCertificate resource to manually map it to a DomainMapping resource. Example: 12345.
- PendingManaged stringCertificate Id 
- ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.
- SslManagement stringType 
- SSL management type for this domain. If AUTOMATIC, a managed certificate is automatically provisioned. If MANUAL, certificate_id must be manually specified in order to configure SSL for this domain.
- certificateId String
- ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support.By default, a managed certificate is automatically created for every domain mapping. To omit SSL support or to configure SSL manually, specify SslManagementType.MANUAL on a CREATE or UPDATE request. You must be authorized to administer the AuthorizedCertificate resource to manually map it to a DomainMapping resource. Example: 12345.
- pendingManaged StringCertificate Id 
- ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.
- sslManagement StringType 
- SSL management type for this domain. If AUTOMATIC, a managed certificate is automatically provisioned. If MANUAL, certificate_id must be manually specified in order to configure SSL for this domain.
- certificateId string
- ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support.By default, a managed certificate is automatically created for every domain mapping. To omit SSL support or to configure SSL manually, specify SslManagementType.MANUAL on a CREATE or UPDATE request. You must be authorized to administer the AuthorizedCertificate resource to manually map it to a DomainMapping resource. Example: 12345.
- pendingManaged stringCertificate Id 
- ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.
- sslManagement stringType 
- SSL management type for this domain. If AUTOMATIC, a managed certificate is automatically provisioned. If MANUAL, certificate_id must be manually specified in order to configure SSL for this domain.
- certificate_id str
- ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support.By default, a managed certificate is automatically created for every domain mapping. To omit SSL support or to configure SSL manually, specify SslManagementType.MANUAL on a CREATE or UPDATE request. You must be authorized to administer the AuthorizedCertificate resource to manually map it to a DomainMapping resource. Example: 12345.
- pending_managed_ strcertificate_ id 
- ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.
- ssl_management_ strtype 
- SSL management type for this domain. If AUTOMATIC, a managed certificate is automatically provisioned. If MANUAL, certificate_id must be manually specified in order to configure SSL for this domain.
- certificateId String
- ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support.By default, a managed certificate is automatically created for every domain mapping. To omit SSL support or to configure SSL manually, specify SslManagementType.MANUAL on a CREATE or UPDATE request. You must be authorized to administer the AuthorizedCertificate resource to manually map it to a DomainMapping resource. Example: 12345.
- pendingManaged StringCertificate Id 
- ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest.
- sslManagement StringType 
- SSL management type for this domain. If AUTOMATIC, a managed certificate is automatically provisioned. If MANUAL, certificate_id must be manually specified in order to configure SSL for this domain.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi