1. Packages
  2. Konnect Provider
  3. API Docs
  4. getMeshControlPlane
konnect 2.5.0 published on Tuesday, Apr 15, 2025 by kong

konnect.getMeshControlPlane

Explore with Pulumi AI

Using getMeshControlPlane

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 getMeshControlPlane(opts?: InvokeOptions): Promise<GetMeshControlPlaneResult>
function getMeshControlPlaneOutput(opts?: InvokeOptions): Output<GetMeshControlPlaneResult>
Copy
def get_mesh_control_plane(opts: Optional[InvokeOptions] = None) -> GetMeshControlPlaneResult
def get_mesh_control_plane_output(opts: Optional[InvokeOptions] = None) -> Output[GetMeshControlPlaneResult]
Copy
func LookupMeshControlPlane(ctx *Context, opts ...InvokeOption) (*LookupMeshControlPlaneResult, error)
func LookupMeshControlPlaneOutput(ctx *Context, opts ...InvokeOption) LookupMeshControlPlaneResultOutput
Copy

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

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

getMeshControlPlane Result

The following output properties are available:

CreatedAt string
Description string
Features List<GetMeshControlPlaneFeature>
Id string
Labels Dictionary<string, string>
Name string
UpdatedAt string
CreatedAt string
Description string
Features []GetMeshControlPlaneFeature
Id string
Labels map[string]string
Name string
UpdatedAt string
createdAt String
description String
features List<GetMeshControlPlaneFeature>
id String
labels Map<String,String>
name String
updatedAt String
createdAt string
description string
features GetMeshControlPlaneFeature[]
id string
labels {[key: string]: string}
name string
updatedAt string
createdAt String
description String
features List<Property Map>
id String
labels Map<String>
name String
updatedAt String

Supporting Types

GetMeshControlPlaneFeature

HostnameGeneratorCreation This property is required. GetMeshControlPlaneFeatureHostnameGeneratorCreation
MeshCreation This property is required. GetMeshControlPlaneFeatureMeshCreation
Type This property is required. string
HostnameGeneratorCreation This property is required. GetMeshControlPlaneFeatureHostnameGeneratorCreation
MeshCreation This property is required. GetMeshControlPlaneFeatureMeshCreation
Type This property is required. string
hostnameGeneratorCreation This property is required. GetMeshControlPlaneFeatureHostnameGeneratorCreation
meshCreation This property is required. GetMeshControlPlaneFeatureMeshCreation
type This property is required. String
hostnameGeneratorCreation This property is required. GetMeshControlPlaneFeatureHostnameGeneratorCreation
meshCreation This property is required. GetMeshControlPlaneFeatureMeshCreation
type This property is required. string
hostnameGeneratorCreation This property is required. Property Map
meshCreation This property is required. Property Map
type This property is required. String

GetMeshControlPlaneFeatureHostnameGeneratorCreation

Enabled This property is required. bool
Enabled This property is required. bool
enabled This property is required. Boolean
enabled This property is required. boolean
enabled This property is required. bool
enabled This property is required. Boolean

GetMeshControlPlaneFeatureMeshCreation

Enabled This property is required. bool
Enabled This property is required. bool
enabled This property is required. Boolean
enabled This property is required. boolean
enabled This property is required. bool
enabled This property is required. Boolean

Package Details

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