@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)
28 lines (27 loc) • 1.02 kB
TypeScript
export declare const PrivateConnectionStatus: {
readonly Active: "ACTIVE";
readonly CreateInProgress: "CREATE_IN_PROGRESS";
readonly CreateFailed: "CREATE_FAILED";
readonly DeleteInProgress: "DELETE_IN_PROGRESS";
readonly DeleteFailed: "DELETE_FAILED";
};
/**
* The status of the Private Connection.
*/
export type PrivateConnectionStatus = (typeof PrivateConnectionStatus)[keyof typeof PrivateConnectionStatus];
export declare const ServiceType: {
readonly Dynatrace: "dynatrace";
readonly Mcpserver: "mcpserver";
readonly Mcpserversplunk: "mcpserversplunk";
readonly Mcpservernewrelic: "mcpservernewrelic";
readonly Gitlab: "gitlab";
readonly Servicenow: "servicenow";
readonly Pagerduty: "pagerduty";
readonly Azureidentity: "azureidentity";
readonly Mcpserversigv4: "mcpserversigv4";
readonly Mcpservergrafana: "mcpservergrafana";
};
/**
* The type of service being registered
*/
export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];