@pulumi/f5bigip
Version:
A Pulumi package for creating and managing F5 BigIP resources.
30 lines • 1.16 kB
TypeScript
import * as pulumi from "@pulumi/pulumi";
export declare function getAs3DeviceInformation(args: GetAs3DeviceInformationArgs, opts?: pulumi.InvokeOptions): Promise<GetAs3DeviceInformationResult>;
/**
* A collection of arguments for invoking getAs3DeviceInformation.
*/
export interface GetAs3DeviceInformationArgs {
applications?: string[];
tenant: string;
}
/**
* A collection of values returned by getAs3DeviceInformation.
*/
export interface GetAs3DeviceInformationResult {
readonly applications?: string[];
readonly as3Json: string;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
readonly tenant: string;
}
export declare function getAs3DeviceInformationOutput(args: GetAs3DeviceInformationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAs3DeviceInformationResult>;
/**
* A collection of arguments for invoking getAs3DeviceInformation.
*/
export interface GetAs3DeviceInformationOutputArgs {
applications?: pulumi.Input<pulumi.Input<string>[] | undefined>;
tenant: pulumi.Input<string>;
}
//# sourceMappingURL=getAs3DeviceInformation.d.ts.map