@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)
29 lines (28 loc) • 2.18 kB
TypeScript
export { CidrCollectionArgs } from "./cidrCollection";
export type CidrCollection = import("./cidrCollection").CidrCollection;
export declare const CidrCollection: typeof import("./cidrCollection").CidrCollection;
export { DnssecArgs } from "./dnssec";
export type Dnssec = import("./dnssec").Dnssec;
export declare const Dnssec: typeof import("./dnssec").Dnssec;
export { GetCidrCollectionArgs, GetCidrCollectionResult, GetCidrCollectionOutputArgs } from "./getCidrCollection";
export declare const getCidrCollection: typeof import("./getCidrCollection").getCidrCollection;
export declare const getCidrCollectionOutput: typeof import("./getCidrCollection").getCidrCollectionOutput;
export { GetHealthCheckArgs, GetHealthCheckResult, GetHealthCheckOutputArgs } from "./getHealthCheck";
export declare const getHealthCheck: typeof import("./getHealthCheck").getHealthCheck;
export declare const getHealthCheckOutput: typeof import("./getHealthCheck").getHealthCheckOutput;
export { GetHostedZoneArgs, GetHostedZoneResult, GetHostedZoneOutputArgs } from "./getHostedZone";
export declare const getHostedZone: typeof import("./getHostedZone").getHostedZone;
export declare const getHostedZoneOutput: typeof import("./getHostedZone").getHostedZoneOutput;
export { GetKeySigningKeyArgs, GetKeySigningKeyResult, GetKeySigningKeyOutputArgs } from "./getKeySigningKey";
export declare const getKeySigningKey: typeof import("./getKeySigningKey").getKeySigningKey;
export declare const getKeySigningKeyOutput: typeof import("./getKeySigningKey").getKeySigningKeyOutput;
export { HealthCheckArgs } from "./healthCheck";
export type HealthCheck = import("./healthCheck").HealthCheck;
export declare const HealthCheck: typeof import("./healthCheck").HealthCheck;
export { HostedZoneArgs } from "./hostedZone";
export type HostedZone = import("./hostedZone").HostedZone;
export declare const HostedZone: typeof import("./hostedZone").HostedZone;
export { KeySigningKeyArgs } from "./keySigningKey";
export type KeySigningKey = import("./keySigningKey").KeySigningKey;
export declare const KeySigningKey: typeof import("./keySigningKey").KeySigningKey;
export * from "../types/enums/route53";