UNPKG

@adpt/cloud

Version:
14 lines 528 B
import Adapt, { Handle } from "@adpt/core"; import { WithCredentials } from "./credentials"; /** @beta */ export interface EIPAssociationProps extends WithCredentials { AllocationId?: string; EIP?: string; InstanceId?: string | Handle; NetworkInterfaceId?: string; PrivateIpAddress?: string; } /** @beta */ export declare const EIPAssociation: (props: EIPAssociationProps & Adapt.WithChildren) => Adapt.AdaptElement<Adapt.AnyProps>; export default EIPAssociation; //# sourceMappingURL=EIPAssociation.d.ts.map