1. Packages
  2. Konnect Provider
  3. API Docs
  4. getCloudGatewayCustomDomain
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getCloudGatewayCustomDomain

Explore with Pulumi AI

Using getCloudGatewayCustomDomain

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 getCloudGatewayCustomDomain(opts?: InvokeOptions): Promise<GetCloudGatewayCustomDomainResult>
function getCloudGatewayCustomDomainOutput(opts?: InvokeOptions): Output<GetCloudGatewayCustomDomainResult>
Copy
def get_cloud_gateway_custom_domain(opts: Optional[InvokeOptions] = None) -> GetCloudGatewayCustomDomainResult
def get_cloud_gateway_custom_domain_output(opts: Optional[InvokeOptions] = None) -> Output[GetCloudGatewayCustomDomainResult]
Copy
func LookupCloudGatewayCustomDomain(ctx *Context, opts ...InvokeOption) (*LookupCloudGatewayCustomDomainResult, error)
func LookupCloudGatewayCustomDomainOutput(ctx *Context, opts ...InvokeOption) LookupCloudGatewayCustomDomainResultOutput
Copy

> Note: This function is named LookupCloudGatewayCustomDomain in the Go SDK.

public static class GetCloudGatewayCustomDomain 
{
    public static Task<GetCloudGatewayCustomDomainResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetCloudGatewayCustomDomainResult> Invoke(InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCloudGatewayCustomDomainResult> getCloudGatewayCustomDomain(InvokeOptions options)
public static Output<GetCloudGatewayCustomDomainResult> getCloudGatewayCustomDomain(InvokeOptions options)
Copy
fn::invoke:
  function: konnect:index/getCloudGatewayCustomDomain:getCloudGatewayCustomDomain
  arguments:
    # arguments dictionary
Copy

getCloudGatewayCustomDomain Result

The following output properties are available:

Supporting Types

GetCloudGatewayCustomDomainStateMetadata

Reason This property is required. string
Reason why the custom domain may be in an erroneous state, reported from backing infrastructure.
ReportedStatus This property is required. string
Reported status of the custom domain from backing infrastructure.
Reason This property is required. string
Reason why the custom domain may be in an erroneous state, reported from backing infrastructure.
ReportedStatus This property is required. string
Reported status of the custom domain from backing infrastructure.
reason This property is required. String
Reason why the custom domain may be in an erroneous state, reported from backing infrastructure.
reportedStatus This property is required. String
Reported status of the custom domain from backing infrastructure.
reason This property is required. string
Reason why the custom domain may be in an erroneous state, reported from backing infrastructure.
reportedStatus This property is required. string
Reported status of the custom domain from backing infrastructure.
reason This property is required. str
Reason why the custom domain may be in an erroneous state, reported from backing infrastructure.
reported_status This property is required. str
Reported status of the custom domain from backing infrastructure.
reason This property is required. String
Reason why the custom domain may be in an erroneous state, reported from backing infrastructure.
reportedStatus This property is required. String
Reported status of the custom domain from backing infrastructure.

Package Details

Repository
konnect kong/terraform-provider-konnect
License
Notes
This Pulumi package is based on the konnect Terraform Provider.