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

OutpostConfigResponse

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

An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. This API isn't available for Amazon EKS clusters on the Amazon Web Services cloud.

interface OutpostConfigResponse {
controlPlaneInstanceType: string;
controlPlanePlacement?: ControlPlanePlacementResponse | null;
outpostArns: string[];
}

§Properties

§
controlPlaneInstanceType: string
[src]

The Amazon EC2 instance type used for the control plane. The instance type is the same for all control plane instances.

§
controlPlanePlacement?: ControlPlanePlacementResponse | null
[src]

An object representing 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.

§
outpostArns: string[]
[src]

The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.