@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
52 lines (51 loc) • 4.38 kB
TypeScript
export { AccessEntryArgs, AccessEntryState } from "./accessEntry";
export type AccessEntry = import("./accessEntry").AccessEntry;
export declare const AccessEntry: typeof import("./accessEntry").AccessEntry;
export { AccessPolicyAssociationArgs, AccessPolicyAssociationState } from "./accessPolicyAssociation";
export type AccessPolicyAssociation = import("./accessPolicyAssociation").AccessPolicyAssociation;
export declare const AccessPolicyAssociation: typeof import("./accessPolicyAssociation").AccessPolicyAssociation;
export { AddonArgs, AddonState } from "./addon";
export type Addon = import("./addon").Addon;
export declare const Addon: typeof import("./addon").Addon;
export { ClusterArgs, ClusterState } from "./cluster";
export type Cluster = import("./cluster").Cluster;
export declare const Cluster: typeof import("./cluster").Cluster;
export { FargateProfileArgs, FargateProfileState } 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 { GetAddonVersionArgs, GetAddonVersionResult, GetAddonVersionOutputArgs } from "./getAddonVersion";
export declare const getAddonVersion: typeof import("./getAddonVersion").getAddonVersion;
export declare const getAddonVersionOutput: typeof import("./getAddonVersion").getAddonVersionOutput;
export { GetClusterArgs, GetClusterResult, GetClusterOutputArgs } from "./getCluster";
export declare const getCluster: typeof import("./getCluster").getCluster;
export declare const getClusterOutput: typeof import("./getCluster").getClusterOutput;
export { GetClusterAuthArgs, GetClusterAuthResult, GetClusterAuthOutputArgs } from "./getClusterAuth";
export declare const getClusterAuth: typeof import("./getClusterAuth").getClusterAuth;
export declare const getClusterAuthOutput: typeof import("./getClusterAuth").getClusterAuthOutput;
export { GetClusterVersionsArgs, GetClusterVersionsResult, GetClusterVersionsOutputArgs } from "./getClusterVersions";
export declare const getClusterVersions: typeof import("./getClusterVersions").getClusterVersions;
export declare const getClusterVersionsOutput: typeof import("./getClusterVersions").getClusterVersionsOutput;
export { GetClustersArgs, GetClustersResult, GetClustersOutputArgs } from "./getClusters";
export declare const getClusters: typeof import("./getClusters").getClusters;
export declare const getClustersOutput: typeof import("./getClusters").getClustersOutput;
export { GetNodeGroupArgs, GetNodeGroupResult, GetNodeGroupOutputArgs } from "./getNodeGroup";
export declare const getNodeGroup: typeof import("./getNodeGroup").getNodeGroup;
export declare const getNodeGroupOutput: typeof import("./getNodeGroup").getNodeGroupOutput;
export { GetNodeGroupsArgs, GetNodeGroupsResult, GetNodeGroupsOutputArgs } from "./getNodeGroups";
export declare const getNodeGroups: typeof import("./getNodeGroups").getNodeGroups;
export declare const getNodeGroupsOutput: typeof import("./getNodeGroups").getNodeGroupsOutput;
export { IdentityProviderConfigArgs, IdentityProviderConfigState } from "./identityProviderConfig";
export type IdentityProviderConfig = import("./identityProviderConfig").IdentityProviderConfig;
export declare const IdentityProviderConfig: typeof import("./identityProviderConfig").IdentityProviderConfig;
export { NodeGroupArgs, NodeGroupState } from "./nodeGroup";
export type NodeGroup = import("./nodeGroup").NodeGroup;
export declare const NodeGroup: typeof import("./nodeGroup").NodeGroup;
export { PodIdentityAssociationArgs, PodIdentityAssociationState } from "./podIdentityAssociation";
export type PodIdentityAssociation = import("./podIdentityAssociation").PodIdentityAssociation;
export declare const PodIdentityAssociation: typeof import("./podIdentityAssociation").PodIdentityAssociation;