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)

25 lines (24 loc) 2.17 kB
export { GetResourcePolicyArgs, GetResourcePolicyResult, GetResourcePolicyOutputArgs } from "./getResourcePolicy"; export declare const getResourcePolicy: typeof import("./getResourcePolicy").getResourcePolicy; export declare const getResourcePolicyOutput: typeof import("./getResourcePolicy").getResourcePolicyOutput; export { GetRotationScheduleArgs, GetRotationScheduleResult, GetRotationScheduleOutputArgs } from "./getRotationSchedule"; export declare const getRotationSchedule: typeof import("./getRotationSchedule").getRotationSchedule; export declare const getRotationScheduleOutput: typeof import("./getRotationSchedule").getRotationScheduleOutput; export { GetSecretArgs, GetSecretResult, GetSecretOutputArgs } from "./getSecret"; export declare const getSecret: typeof import("./getSecret").getSecret; export declare const getSecretOutput: typeof import("./getSecret").getSecretOutput; export { GetSecretTargetAttachmentArgs, GetSecretTargetAttachmentResult, GetSecretTargetAttachmentOutputArgs } from "./getSecretTargetAttachment"; export declare const getSecretTargetAttachment: typeof import("./getSecretTargetAttachment").getSecretTargetAttachment; export declare const getSecretTargetAttachmentOutput: typeof import("./getSecretTargetAttachment").getSecretTargetAttachmentOutput; export { ResourcePolicyArgs } from "./resourcePolicy"; export type ResourcePolicy = import("./resourcePolicy").ResourcePolicy; export declare const ResourcePolicy: typeof import("./resourcePolicy").ResourcePolicy; export { RotationScheduleArgs } from "./rotationSchedule"; export type RotationSchedule = import("./rotationSchedule").RotationSchedule; export declare const RotationSchedule: typeof import("./rotationSchedule").RotationSchedule; export { SecretArgs } from "./secret"; export type Secret = import("./secret").Secret; export declare const Secret: typeof import("./secret").Secret; export { SecretTargetAttachmentArgs } from "./secretTargetAttachment"; export type SecretTargetAttachment = import("./secretTargetAttachment").SecretTargetAttachment; export declare const SecretTargetAttachment: typeof import("./secretTargetAttachment").SecretTargetAttachment;