/** * @public * @enum */ export declare const ActionAfterCompletion: { readonly DELETE: "DELETE"; readonly NONE: "NONE"; }; /** * @public */ export type ActionAfterCompletion = (typeof ActionAfterCompletion)[keyof typeof ActionAfterCompletion]; /** * @public * @enum */ export declare const AssignPublicIp: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; /** * @public */ export type AssignPublicIp = (typeof AssignPublicIp)[keyof typeof AssignPublicIp]; /** * @public * @enum */ export declare const FlexibleTimeWindowMode: { readonly FLEXIBLE: "FLEXIBLE"; readonly OFF: "OFF"; }; /** * @public */ export type FlexibleTimeWindowMode = (typeof FlexibleTimeWindowMode)[keyof typeof FlexibleTimeWindowMode]; /** * @public * @enum */ export declare const ScheduleState: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; /** * @public */ export type ScheduleState = (typeof ScheduleState)[keyof typeof ScheduleState]; /** * @public * @enum */ export declare const LaunchType: { readonly EC2: "EC2"; readonly EXTERNAL: "EXTERNAL"; readonly FARGATE: "FARGATE"; }; /** * @public */ export type LaunchType = (typeof LaunchType)[keyof typeof LaunchType]; /** * @public * @enum */ export declare const PlacementConstraintType: { readonly DISTINCT_INSTANCE: "distinctInstance"; readonly MEMBER_OF: "memberOf"; }; /** * @public */ export type PlacementConstraintType = (typeof PlacementConstraintType)[keyof typeof PlacementConstraintType]; /** * @public * @enum */ export declare const PlacementStrategyType: { readonly BINPACK: "binpack"; readonly RANDOM: "random"; readonly SPREAD: "spread"; }; /** * @public */ export type PlacementStrategyType = (typeof PlacementStrategyType)[keyof typeof PlacementStrategyType]; /** * @public * @enum */ export declare const PropagateTags: { readonly TASK_DEFINITION: "TASK_DEFINITION"; }; /** * @public */ export type PropagateTags = (typeof PropagateTags)[keyof typeof PropagateTags]; /** * @public * @enum */ export declare const ScheduleGroupState: { readonly ACTIVE: "ACTIVE"; readonly DELETING: "DELETING"; }; /** * @public */ export type ScheduleGroupState = (typeof ScheduleGroupState)[keyof typeof ScheduleGroupState];