@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)
32 lines (31 loc) • 1.05 kB
TypeScript
export declare const ApplicationComponentInfoComponentType: {
readonly Hana: "HANA";
readonly HanaNode: "HANA_NODE";
readonly Abap: "ABAP";
readonly Ascs: "ASCS";
readonly Dialog: "DIALOG";
readonly Webdisp: "WEBDISP";
readonly Wd: "WD";
readonly Ers: "ERS";
};
/**
* This string is the type of the component.
*
* Accepted value is `WD` .
*/
export type ApplicationComponentInfoComponentType = (typeof ApplicationComponentInfoComponentType)[keyof typeof ApplicationComponentInfoComponentType];
export declare const ApplicationCredentialCredentialType: {
readonly Admin: "ADMIN";
};
/**
* The type of the application credentials.
*/
export type ApplicationCredentialCredentialType = (typeof ApplicationCredentialCredentialType)[keyof typeof ApplicationCredentialCredentialType];
export declare const ApplicationType: {
readonly Hana: "HANA";
readonly SapAbap: "SAP_ABAP";
};
/**
* The type of the application.
*/
export type ApplicationType = (typeof ApplicationType)[keyof typeof ApplicationType];