@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
58 lines (57 loc) • 5.17 kB
TypeScript
export { AccessLogSubscriptionArgs, AccessLogSubscriptionState } from "./accessLogSubscription";
export type AccessLogSubscription = import("./accessLogSubscription").AccessLogSubscription;
export declare const AccessLogSubscription: typeof import("./accessLogSubscription").AccessLogSubscription;
export { AuthPolicyArgs, AuthPolicyState } from "./authPolicy";
export type AuthPolicy = import("./authPolicy").AuthPolicy;
export declare const AuthPolicy: typeof import("./authPolicy").AuthPolicy;
export { GetAuthPolicyArgs, GetAuthPolicyResult, GetAuthPolicyOutputArgs } from "./getAuthPolicy";
export declare const getAuthPolicy: typeof import("./getAuthPolicy").getAuthPolicy;
export declare const getAuthPolicyOutput: typeof import("./getAuthPolicy").getAuthPolicyOutput;
export { GetListenerArgs, GetListenerResult, GetListenerOutputArgs } from "./getListener";
export declare const getListener: typeof import("./getListener").getListener;
export declare const getListenerOutput: typeof import("./getListener").getListenerOutput;
export { GetResourcePolicyArgs, GetResourcePolicyResult, GetResourcePolicyOutputArgs } from "./getResourcePolicy";
export declare const getResourcePolicy: typeof import("./getResourcePolicy").getResourcePolicy;
export declare const getResourcePolicyOutput: typeof import("./getResourcePolicy").getResourcePolicyOutput;
export { GetServiceArgs, GetServiceResult, GetServiceOutputArgs } from "./getService";
export declare const getService: typeof import("./getService").getService;
export declare const getServiceOutput: typeof import("./getService").getServiceOutput;
export { GetServiceNetworkArgs, GetServiceNetworkResult, GetServiceNetworkOutputArgs } from "./getServiceNetwork";
export declare const getServiceNetwork: typeof import("./getServiceNetwork").getServiceNetwork;
export declare const getServiceNetworkOutput: typeof import("./getServiceNetwork").getServiceNetworkOutput;
export { ListenerArgs, ListenerState } from "./listener";
export type Listener = import("./listener").Listener;
export declare const Listener: typeof import("./listener").Listener;
export { ListenerRuleArgs, ListenerRuleState } from "./listenerRule";
export type ListenerRule = import("./listenerRule").ListenerRule;
export declare const ListenerRule: typeof import("./listenerRule").ListenerRule;
export { ResourceConfigurationArgs, ResourceConfigurationState } from "./resourceConfiguration";
export type ResourceConfiguration = import("./resourceConfiguration").ResourceConfiguration;
export declare const ResourceConfiguration: typeof import("./resourceConfiguration").ResourceConfiguration;
export { ResourceGatewayArgs, ResourceGatewayState } from "./resourceGateway";
export type ResourceGateway = import("./resourceGateway").ResourceGateway;
export declare const ResourceGateway: typeof import("./resourceGateway").ResourceGateway;
export { ResourcePolicyArgs, ResourcePolicyState } from "./resourcePolicy";
export type ResourcePolicy = import("./resourcePolicy").ResourcePolicy;
export declare const ResourcePolicy: typeof import("./resourcePolicy").ResourcePolicy;
export { ServiceArgs, ServiceState } from "./service";
export type Service = import("./service").Service;
export declare const Service: typeof import("./service").Service;
export { ServiceNetworkArgs, ServiceNetworkState } from "./serviceNetwork";
export type ServiceNetwork = import("./serviceNetwork").ServiceNetwork;
export declare const ServiceNetwork: typeof import("./serviceNetwork").ServiceNetwork;
export { ServiceNetworkResourceAssociationArgs, ServiceNetworkResourceAssociationState } from "./serviceNetworkResourceAssociation";
export type ServiceNetworkResourceAssociation = import("./serviceNetworkResourceAssociation").ServiceNetworkResourceAssociation;
export declare const ServiceNetworkResourceAssociation: typeof import("./serviceNetworkResourceAssociation").ServiceNetworkResourceAssociation;
export { ServiceNetworkServiceAssociationArgs, ServiceNetworkServiceAssociationState } from "./serviceNetworkServiceAssociation";
export type ServiceNetworkServiceAssociation = import("./serviceNetworkServiceAssociation").ServiceNetworkServiceAssociation;
export declare const ServiceNetworkServiceAssociation: typeof import("./serviceNetworkServiceAssociation").ServiceNetworkServiceAssociation;
export { ServiceNetworkVpcAssociationArgs, ServiceNetworkVpcAssociationState } from "./serviceNetworkVpcAssociation";
export type ServiceNetworkVpcAssociation = import("./serviceNetworkVpcAssociation").ServiceNetworkVpcAssociation;
export declare const ServiceNetworkVpcAssociation: typeof import("./serviceNetworkVpcAssociation").ServiceNetworkVpcAssociation;
export { TargetGroupArgs, TargetGroupState } from "./targetGroup";
export type TargetGroup = import("./targetGroup").TargetGroup;
export declare const TargetGroup: typeof import("./targetGroup").TargetGroup;
export { TargetGroupAttachmentArgs, TargetGroupAttachmentState } from "./targetGroupAttachment";
export type TargetGroupAttachment = import("./targetGroupAttachment").TargetGroupAttachment;
export declare const TargetGroupAttachment: typeof import("./targetGroupAttachment").TargetGroupAttachment;