@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)
11 lines (10 loc) • 642 B
TypeScript
export declare const LinkResourceType: {
readonly AwsCloudWatchMetric: "AWS::CloudWatch::Metric";
readonly AwsLogsLogGroup: "AWS::Logs::LogGroup";
readonly AwsxRayTrace: "AWS::XRay::Trace";
readonly AwsApplicationInsightsApplication: "AWS::ApplicationInsights::Application";
readonly AwsInternetMonitorMonitor: "AWS::InternetMonitor::Monitor";
readonly AwsApplicationSignalsService: "AWS::ApplicationSignals::Service";
readonly AwsApplicationSignalsServiceLevelObjective: "AWS::ApplicationSignals::ServiceLevelObjective";
};
export type LinkResourceType = (typeof LinkResourceType)[keyof typeof LinkResourceType];