1. Packages
  2. Google Cloud Native
  3. API Docs
  4. appengine
  5. appengine/v1beta
  6. getDomainMapping

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>
Copy
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]
Copy
func LookupDomainMapping(ctx *Context, args *LookupDomainMappingArgs, opts ...InvokeOption) (*LookupDomainMappingResult, error)
func LookupDomainMappingOutput(ctx *Context, args *LookupDomainMappingOutputArgs, opts ...InvokeOption) LookupDomainMappingResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetDomainMappingResult> getDomainMapping(GetDomainMappingArgs args, InvokeOptions options)
public static Output<GetDomainMappingResult> getDomainMapping(GetDomainMappingArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:appengine/v1beta:getDomainMapping
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AppId This property is required. string
DomainMappingId This property is required. string
AppId This property is required. string
DomainMappingId This property is required. string
appId This property is required. String
domainMappingId This property is required. String
appId This property is required. string
domainMappingId This property is required. string
app_id This property is required. str
domain_mapping_id This property is required. str
appId This property is required. String
domainMappingId This property is required. String

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.GoogleNative.AppEngine.V1Beta.Outputs.ResourceRecordResponse>
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.GoogleNative.AppEngine.V1Beta.Outputs.SslSettingsResponse
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 []ResourceRecordResponse
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 SslSettingsResponse
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<ResourceRecordResponse>
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 SslSettingsResponse
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 ResourceRecordResponse[]
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 SslSettingsResponse
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[ResourceRecordResponse]
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 SslSettingsResponse
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

Name This property is required. string
Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.
Rrdata This property is required. string
Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).
Type This property is required. string
Resource record type. Example: AAAA.
Name This property is required. string
Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.
Rrdata This property is required. string
Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).
Type This property is required. string
Resource record type. Example: AAAA.
name This property is required. String
Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.
rrdata This property is required. String
Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).
type This property is required. String
Resource record type. Example: AAAA.
name This property is required. string
Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.
rrdata This property is required. string
Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).
type This property is required. string
Resource record type. Example: AAAA.
name This property is required. str
Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.
rrdata This property is required. str
Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).
type This property is required. str
Resource record type. Example: AAAA.
name This property is required. String
Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.
rrdata This property is required. String
Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).
type This property is required. String
Resource record type. Example: AAAA.

SslSettingsResponse

CertificateId This property is required. 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.
PendingManagedCertificateId This property is required. string
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.
SslManagementType This property is required. string
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 This property is required. 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.
PendingManagedCertificateId This property is required. string
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.
SslManagementType This property is required. string
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 This property is required. 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.
pendingManagedCertificateId This property is required. String
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.
sslManagementType This property is required. String
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 This property is required. 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.
pendingManagedCertificateId This property is required. string
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.
sslManagementType This property is required. string
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 This property is required. 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_certificate_id This property is required. str
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_type This property is required. str
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 This property is required. 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.
pendingManagedCertificateId This property is required. String
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.
sslManagementType This property is required. String
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