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

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

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

    > 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)
    }
    public static CompletableFuture<GetCloudGatewayCustomDomainResult> getCloudGatewayCustomDomain(InvokeOptions options)
    public static Output<GetCloudGatewayCustomDomainResult> getCloudGatewayCustomDomain(InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getCloudGatewayCustomDomain:getCloudGatewayCustomDomain
      arguments:
        # arguments dictionary

    getCloudGatewayCustomDomain Result

    The following output properties are available:

    Supporting Types

    GetCloudGatewayCustomDomainStateMetadata

    Reason string
    Reason why the custom domain may be in an erroneous state, reported from backing infrastructure.
    ReportedStatus string
    Reported status of the custom domain from backing infrastructure.
    Reason string
    Reason why the custom domain may be in an erroneous state, reported from backing infrastructure.
    ReportedStatus string
    Reported status of the custom domain from backing infrastructure.
    reason String
    Reason why the custom domain may be in an erroneous state, reported from backing infrastructure.
    reportedStatus String
    Reported status of the custom domain from backing infrastructure.
    reason string
    Reason why the custom domain may be in an erroneous state, reported from backing infrastructure.
    reportedStatus string
    Reported status of the custom domain from backing infrastructure.
    reason str
    Reason why the custom domain may be in an erroneous state, reported from backing infrastructure.
    reported_status str
    Reported status of the custom domain from backing infrastructure.
    reason String
    Reason why the custom domain may be in an erroneous state, reported from backing infrastructure.
    reportedStatus 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.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong