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/v1alpha.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/v1alpha: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. V1Alpha. 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. V1Alpha. 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 no_managed_certificate 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.
- IsManaged boolCertificate 
- Whether the mapped certificate is an App Engine managed certificate. Managed certificates are created by default with a domain mapping. To opt out, specify no_managed_certificate on a CREATE or UPDATE request.
- 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 no_managed_certificate 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.
- IsManaged boolCertificate 
- Whether the mapped certificate is an App Engine managed certificate. Managed certificates are created by default with a domain mapping. To opt out, specify no_managed_certificate on a CREATE or UPDATE request.
- 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 no_managed_certificate 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.
- isManaged BooleanCertificate 
- Whether the mapped certificate is an App Engine managed certificate. Managed certificates are created by default with a domain mapping. To opt out, specify no_managed_certificate on a CREATE or UPDATE request.
- 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 no_managed_certificate 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.
- isManaged booleanCertificate 
- Whether the mapped certificate is an App Engine managed certificate. Managed certificates are created by default with a domain mapping. To opt out, specify no_managed_certificate on a CREATE or UPDATE request.
- 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 no_managed_certificate 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.
- is_managed_ boolcertificate 
- Whether the mapped certificate is an App Engine managed certificate. Managed certificates are created by default with a domain mapping. To opt out, specify no_managed_certificate on a CREATE or UPDATE request.
- 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 no_managed_certificate 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.
- isManaged BooleanCertificate 
- Whether the mapped certificate is an App Engine managed certificate. Managed certificates are created by default with a domain mapping. To opt out, specify no_managed_certificate on a CREATE or UPDATE request.
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