UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

44 lines (43 loc) 3.62 kB
export { AccessEntryArgs } from "./accessEntry"; export type AccessEntry = import("./accessEntry").AccessEntry; export declare const AccessEntry: typeof import("./accessEntry").AccessEntry; export { AddonArgs } from "./addon"; export type Addon = import("./addon").Addon; export declare const Addon: typeof import("./addon").Addon; export { ClusterArgs } from "./cluster"; export type Cluster = import("./cluster").Cluster; export declare const Cluster: typeof import("./cluster").Cluster; export { FargateProfileArgs } from "./fargateProfile"; export type FargateProfile = import("./fargateProfile").FargateProfile; export declare const FargateProfile: typeof import("./fargateProfile").FargateProfile; export { GetAccessEntryArgs, GetAccessEntryResult, GetAccessEntryOutputArgs } from "./getAccessEntry"; export declare const getAccessEntry: typeof import("./getAccessEntry").getAccessEntry; export declare const getAccessEntryOutput: typeof import("./getAccessEntry").getAccessEntryOutput; export { GetAddonArgs, GetAddonResult, GetAddonOutputArgs } from "./getAddon"; export declare const getAddon: typeof import("./getAddon").getAddon; export declare const getAddonOutput: typeof import("./getAddon").getAddonOutput; export { GetClusterArgs, GetClusterResult, GetClusterOutputArgs } from "./getCluster"; export declare const getCluster: typeof import("./getCluster").getCluster; export declare const getClusterOutput: typeof import("./getCluster").getClusterOutput; export { GetFargateProfileArgs, GetFargateProfileResult, GetFargateProfileOutputArgs } from "./getFargateProfile"; export declare const getFargateProfile: typeof import("./getFargateProfile").getFargateProfile; export declare const getFargateProfileOutput: typeof import("./getFargateProfile").getFargateProfileOutput; export { GetIdentityProviderConfigArgs, GetIdentityProviderConfigResult, GetIdentityProviderConfigOutputArgs } from "./getIdentityProviderConfig"; export declare const getIdentityProviderConfig: typeof import("./getIdentityProviderConfig").getIdentityProviderConfig; export declare const getIdentityProviderConfigOutput: typeof import("./getIdentityProviderConfig").getIdentityProviderConfigOutput; export { GetNodegroupArgs, GetNodegroupResult, GetNodegroupOutputArgs } from "./getNodegroup"; export declare const getNodegroup: typeof import("./getNodegroup").getNodegroup; export declare const getNodegroupOutput: typeof import("./getNodegroup").getNodegroupOutput; export { GetPodIdentityAssociationArgs, GetPodIdentityAssociationResult, GetPodIdentityAssociationOutputArgs } from "./getPodIdentityAssociation"; export declare const getPodIdentityAssociation: typeof import("./getPodIdentityAssociation").getPodIdentityAssociation; export declare const getPodIdentityAssociationOutput: typeof import("./getPodIdentityAssociation").getPodIdentityAssociationOutput; export { IdentityProviderConfigArgs } from "./identityProviderConfig"; export type IdentityProviderConfig = import("./identityProviderConfig").IdentityProviderConfig; export declare const IdentityProviderConfig: typeof import("./identityProviderConfig").IdentityProviderConfig; export { NodegroupArgs } from "./nodegroup"; export type Nodegroup = import("./nodegroup").Nodegroup; export declare const Nodegroup: typeof import("./nodegroup").Nodegroup; export { PodIdentityAssociationArgs } from "./podIdentityAssociation"; export type PodIdentityAssociation = import("./podIdentityAssociation").PodIdentityAssociation; export declare const PodIdentityAssociation: typeof import("./podIdentityAssociation").PodIdentityAssociation; export * from "../types/enums/eks";