@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)
58 lines (57 loc) • 2.75 kB
TypeScript
export declare const CloudAutonomousVmClusterComputeModel: {
readonly Ecpu: "ECPU";
readonly Ocpu: "OCPU";
};
/**
* The compute model of the Autonomous VM cluster: ECPU or OCPU.
*/
export type CloudAutonomousVmClusterComputeModel = (typeof CloudAutonomousVmClusterComputeModel)[keyof typeof CloudAutonomousVmClusterComputeModel];
export declare const CloudAutonomousVmClusterLicenseModel: {
readonly BringYourOwnLicense: "BRING_YOUR_OWN_LICENSE";
readonly LicenseIncluded: "LICENSE_INCLUDED";
};
/**
* The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
*/
export type CloudAutonomousVmClusterLicenseModel = (typeof CloudAutonomousVmClusterLicenseModel)[keyof typeof CloudAutonomousVmClusterLicenseModel];
export declare const CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItem: {
readonly Monday: "MONDAY";
readonly Tuesday: "TUESDAY";
readonly Wednesday: "WEDNESDAY";
readonly Thursday: "THURSDAY";
readonly Friday: "FRIDAY";
readonly Saturday: "SATURDAY";
readonly Sunday: "SUNDAY";
};
export type CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItem = (typeof CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItem)[keyof typeof CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItem];
export declare const CloudAutonomousVmClusterMaintenanceWindowMonthsItem: {
readonly January: "JANUARY";
readonly February: "FEBRUARY";
readonly March: "MARCH";
readonly April: "APRIL";
readonly May: "MAY";
readonly June: "JUNE";
readonly July: "JULY";
readonly August: "AUGUST";
readonly September: "SEPTEMBER";
readonly October: "OCTOBER";
readonly November: "NOVEMBER";
readonly December: "DECEMBER";
};
export type CloudAutonomousVmClusterMaintenanceWindowMonthsItem = (typeof CloudAutonomousVmClusterMaintenanceWindowMonthsItem)[keyof typeof CloudAutonomousVmClusterMaintenanceWindowMonthsItem];
export declare const CloudAutonomousVmClusterMaintenanceWindowPreference: {
readonly NoPreference: "NO_PREFERENCE";
readonly CustomPreference: "CUSTOM_PREFERENCE";
};
/**
* The preference for the maintenance window scheduling.
*/
export type CloudAutonomousVmClusterMaintenanceWindowPreference = (typeof CloudAutonomousVmClusterMaintenanceWindowPreference)[keyof typeof CloudAutonomousVmClusterMaintenanceWindowPreference];
export declare const CloudVmClusterLicenseModel: {
readonly BringYourOwnLicense: "BRING_YOUR_OWN_LICENSE";
readonly LicenseIncluded: "LICENSE_INCLUDED";
};
/**
* The Oracle license model applied to the VM cluster.
*/
export type CloudVmClusterLicenseModel = (typeof CloudVmClusterLicenseModel)[keyof typeof CloudVmClusterLicenseModel];