UNPKG

@csermet/multiprovider

Version:

cloud-graph provider plugin for AWS used to fetch AWS cloud data.

19 lines (18 loc) 642 B
export declare const getHostedZoneId: (hostedZoneId: string) => string; export declare const getRecordId: ({ hostedZoneId, name, type, identifier, }: { hostedZoneId: string; name: string; type: string; identifier: string; }) => string; export declare const gets3BucketId: (id: string) => string; export declare const getIamId: ({ resourceId, resourceName, resourceType, }: { resourceId: string; resourceName: string; resourceType: string; }) => string; export declare const getIamGlobalId: ({ accountId, region, resourceType, }: { accountId: string; region: string; resourceType: string; }) => string;