Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ControlPlanePlacementRequest

import type { ControlPlanePlacementRequest } from "https://aws-api.deno.dev/v0.4/services/eks.ts?docs=full";

The placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide

interface ControlPlanePlacementRequest {
groupName?: string | null;
}

§Properties

§
groupName?: string | null
[src]

The name of the placement group for the Kubernetes control plane instances. This setting can't be changed after cluster creation.