google-native logo
Google Cloud Native v0.28.0, Feb 2 23

google-native.appengine/v1beta.getDomainMapping

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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: google-native:appengine/v1beta:getDomainMapping
  arguments:
    # arguments dictionary

The following arguments are supported:

AppId string
DomainMappingId string
AppId string
DomainMappingId string
appId String
domainMappingId String
appId string
domainMappingId string
appId String
domainMappingId 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 string

Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.

Rrdata 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 string

Resource record type. Example: AAAA.

Name string

Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.

Rrdata 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 string

Resource record type. Example: AAAA.

name String

Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.

rrdata 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 String

Resource record type. Example: AAAA.

name string

Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.

rrdata 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 string

Resource record type. Example: AAAA.

name str

Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.

rrdata 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 str

Resource record type. Example: AAAA.

name String

Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.

rrdata 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 String

Resource record type. Example: AAAA.

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.

PendingManagedCertificateId 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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