konnect 2.4.1 published on Thursday, Mar 13, 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>
def get_mesh_control_plane(opts: Optional[InvokeOptions] = None) -> GetMeshControlPlaneResult
def get_mesh_control_plane_output(opts: Optional[InvokeOptions] = None) -> Output[GetMeshControlPlaneResult]
func LookupMeshControlPlane(ctx *Context, opts ...InvokeOption) (*LookupMeshControlPlaneResult, error)
func LookupMeshControlPlaneOutput(ctx *Context, opts ...InvokeOption) LookupMeshControlPlaneResultOutput
> 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)
}
public static CompletableFuture<GetMeshControlPlaneResult> getMeshControlPlane(InvokeOptions options)
public static Output<GetMeshControlPlaneResult> getMeshControlPlane(InvokeOptions options)
fn::invoke:
function: konnect:index/getMeshControlPlane:getMeshControlPlane
arguments:
# arguments dictionary
getMeshControlPlane Result
The following output properties are available:
- Created
At string - Description string
- Features
List<Get
Mesh Control Plane Feature> - Id string
- Labels Dictionary<string, string>
- Name string
- Updated
At string
- Created
At string - Description string
- Features
[]Get
Mesh Control Plane Feature - Id string
- Labels map[string]string
- Name string
- Updated
At string
- created
At String - description String
- features
List<Get
Mesh Control Plane Feature> - id String
- labels Map<String,String>
- name String
- updated
At String
- created
At string - description string
- features
Get
Mesh Control Plane Feature[] - id string
- labels {[key: string]: string}
- name string
- updated
At string
- created_
at str - description str
- features
Sequence[Get
Mesh Control Plane Feature] - id str
- labels Mapping[str, str]
- name str
- updated_
at str
- created
At String - description String
- features List<Property Map>
- id String
- labels Map<String>
- name String
- updated
At String
Supporting Types
GetMeshControlPlaneFeature
GetMeshControlPlaneFeatureHostnameGeneratorCreation
- Enabled bool
- Enabled bool
- enabled Boolean
- enabled boolean
- enabled bool
- enabled Boolean
GetMeshControlPlaneFeatureMeshCreation
- Enabled bool
- Enabled bool
- enabled Boolean
- enabled boolean
- enabled bool
- enabled Boolean
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.