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>
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:
- Certificate
Id string - Control
Plane stringGeo - Control
Plane stringId - Created
At string - Domain string
- Entity
Version double - Id string
- Sni
Id string - State string
- State
Metadata GetCloud Gateway Custom Domain State Metadata - Updated
At string
- Certificate
Id string - Control
Plane stringGeo - Control
Plane stringId - Created
At string - Domain string
- Entity
Version float64 - Id string
- Sni
Id string - State string
- State
Metadata GetCloud Gateway Custom Domain State Metadata - Updated
At string
- certificate
Id String - control
Plane StringGeo - control
Plane StringId - created
At String - domain String
- entity
Version Double - id String
- sni
Id String - state String
- state
Metadata GetCloud Gateway Custom Domain State Metadata - updated
At String
- certificate
Id string - control
Plane stringGeo - control
Plane stringId - created
At string - domain string
- entity
Version number - id string
- sni
Id string - state string
- state
Metadata GetCloud Gateway Custom Domain State Metadata - updated
At string
- certificate_
id str - control_
plane_ strgeo - control_
plane_ strid - created_
at str - domain str
- entity_
version float - id str
- sni_
id str - state str
- state_
metadata GetCloud Gateway Custom Domain State Metadata - updated_
at str
- certificate
Id String - control
Plane StringGeo - control
Plane StringId - created
At String - domain String
- entity
Version Number - id String
- sni
Id String - state String
- state
Metadata Property Map - updated
At String
Supporting Types
GetCloudGatewayCustomDomainStateMetadata
- Reason string
- Reason why the custom domain may be in an erroneous state, reported from backing infrastructure.
- Reported
Status 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.
- Reported
Status 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.
- reported
Status 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.
- reported
Status 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.
- reported
Status 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.