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

ListVirtualClustersRequest

import type { ListVirtualClustersRequest } from "https://aws-api.deno.dev/v0.3/services/emrcontainers.ts?docs=full";
interface ListVirtualClustersRequest {
containerProviderId?: string | null;
containerProviderType?: ContainerProviderType | null;
createdAfter?: Date | number | null;
createdBefore?: Date | number | null;
maxResults?: number | null;
nextToken?: string | null;
states?: VirtualClusterState[] | null;
}

§Properties

§
containerProviderId?: string | null
[src]

The container provider ID of the virtual cluster.

§
containerProviderType?: ContainerProviderType | null
[src]

The container provider type of the virtual cluster. EKS is the only supported type as of now.

§
createdAfter?: Date | number | null
[src]

The date and time after which the virtual clusters are created.

§
createdBefore?: Date | number | null
[src]

The date and time before which the virtual clusters are created.

§
maxResults?: number | null
[src]

The maximum number of virtual clusters that can be listed.

§
nextToken?: string | null
[src]

The token for the next set of virtual clusters to return.

§
states?: VirtualClusterState[] | null
[src]

The states of the requested virtual clusters.