1. Packages
  2. Alibaba Cloud Provider
  3. API Docs
  4. maxcompute
  5. QuotaSchedule
Alibaba Cloud v3.75.0 published on Friday, Mar 7, 2025 by Pulumi

alicloud.maxcompute.QuotaSchedule

Explore with Pulumi AI

alicloud logo
Alibaba Cloud v3.75.0 published on Friday, Mar 7, 2025 by Pulumi

    Import

    Max Compute Quota Schedule can be imported using the id, e.g.

    $ pulumi import alicloud:maxcompute/quotaSchedule:QuotaSchedule example <nickname>:<timezone>
    

    Create QuotaSchedule Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new QuotaSchedule(name: string, args: QuotaScheduleArgs, opts?: CustomResourceOptions);
    @overload
    def QuotaSchedule(resource_name: str,
                      args: QuotaScheduleArgs,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def QuotaSchedule(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      nickname: Optional[str] = None,
                      timezone: Optional[str] = None,
                      schedule_lists: Optional[Sequence[QuotaScheduleScheduleListArgs]] = None)
    func NewQuotaSchedule(ctx *Context, name string, args QuotaScheduleArgs, opts ...ResourceOption) (*QuotaSchedule, error)
    public QuotaSchedule(string name, QuotaScheduleArgs args, CustomResourceOptions? opts = null)
    public QuotaSchedule(String name, QuotaScheduleArgs args)
    public QuotaSchedule(String name, QuotaScheduleArgs args, CustomResourceOptions options)
    
    type: alicloud:maxcompute:QuotaSchedule
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args QuotaScheduleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args QuotaScheduleArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args QuotaScheduleArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args QuotaScheduleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args QuotaScheduleArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var quotaScheduleResource = new AliCloud.MaxCompute.QuotaSchedule("quotaScheduleResource", new()
    {
        Nickname = "string",
        Timezone = "string",
        ScheduleLists = new[]
        {
            new AliCloud.MaxCompute.Inputs.QuotaScheduleScheduleListArgs
            {
                Plan = "string",
                Type = "string",
                Condition = new AliCloud.MaxCompute.Inputs.QuotaScheduleScheduleListConditionArgs
                {
                    At = "string",
                },
            },
        },
    });
    
    example, err := maxcompute.NewQuotaSchedule(ctx, "quotaScheduleResource", &maxcompute.QuotaScheduleArgs{
    	Nickname: pulumi.String("string"),
    	Timezone: pulumi.String("string"),
    	ScheduleLists: maxcompute.QuotaScheduleScheduleListArray{
    		&maxcompute.QuotaScheduleScheduleListArgs{
    			Plan: pulumi.String("string"),
    			Type: pulumi.String("string"),
    			Condition: &maxcompute.QuotaScheduleScheduleListConditionArgs{
    				At: pulumi.String("string"),
    			},
    		},
    	},
    })
    
    var quotaScheduleResource = new QuotaSchedule("quotaScheduleResource", QuotaScheduleArgs.builder()
        .nickname("string")
        .timezone("string")
        .scheduleLists(QuotaScheduleScheduleListArgs.builder()
            .plan("string")
            .type("string")
            .condition(QuotaScheduleScheduleListConditionArgs.builder()
                .at("string")
                .build())
            .build())
        .build());
    
    quota_schedule_resource = alicloud.maxcompute.QuotaSchedule("quotaScheduleResource",
        nickname="string",
        timezone="string",
        schedule_lists=[{
            "plan": "string",
            "type": "string",
            "condition": {
                "at": "string",
            },
        }])
    
    const quotaScheduleResource = new alicloud.maxcompute.QuotaSchedule("quotaScheduleResource", {
        nickname: "string",
        timezone: "string",
        scheduleLists: [{
            plan: "string",
            type: "string",
            condition: {
                at: "string",
            },
        }],
    });
    
    type: alicloud:maxcompute:QuotaSchedule
    properties:
        nickname: string
        scheduleLists:
            - condition:
                at: string
              plan: string
              type: string
        timezone: string
    

    QuotaSchedule Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The QuotaSchedule resource accepts the following input properties:

    Nickname string
    The nickname of level-1 compute quota.
    Timezone string
    Time zone, reference value: UTC +8
    ScheduleLists List<Pulumi.AliCloud.MaxCompute.Inputs.QuotaScheduleScheduleList>
    schedule list See schedule_list below.
    Nickname string
    The nickname of level-1 compute quota.
    Timezone string
    Time zone, reference value: UTC +8
    ScheduleLists []QuotaScheduleScheduleListArgs
    schedule list See schedule_list below.
    nickname String
    The nickname of level-1 compute quota.
    timezone String
    Time zone, reference value: UTC +8
    scheduleLists List<QuotaScheduleScheduleList>
    schedule list See schedule_list below.
    nickname string
    The nickname of level-1 compute quota.
    timezone string
    Time zone, reference value: UTC +8
    scheduleLists QuotaScheduleScheduleList[]
    schedule list See schedule_list below.
    nickname str
    The nickname of level-1 compute quota.
    timezone str
    Time zone, reference value: UTC +8
    schedule_lists Sequence[QuotaScheduleScheduleListArgs]
    schedule list See schedule_list below.
    nickname String
    The nickname of level-1 compute quota.
    timezone String
    Time zone, reference value: UTC +8
    scheduleLists List<Property Map>
    schedule list See schedule_list below.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the QuotaSchedule resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing QuotaSchedule Resource

    Get an existing QuotaSchedule resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: QuotaScheduleState, opts?: CustomResourceOptions): QuotaSchedule
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            nickname: Optional[str] = None,
            schedule_lists: Optional[Sequence[QuotaScheduleScheduleListArgs]] = None,
            timezone: Optional[str] = None) -> QuotaSchedule
    func GetQuotaSchedule(ctx *Context, name string, id IDInput, state *QuotaScheduleState, opts ...ResourceOption) (*QuotaSchedule, error)
    public static QuotaSchedule Get(string name, Input<string> id, QuotaScheduleState? state, CustomResourceOptions? opts = null)
    public static QuotaSchedule get(String name, Output<String> id, QuotaScheduleState state, CustomResourceOptions options)
    resources:  _:    type: alicloud:maxcompute:QuotaSchedule    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Nickname string
    The nickname of level-1 compute quota.
    ScheduleLists List<Pulumi.AliCloud.MaxCompute.Inputs.QuotaScheduleScheduleList>
    schedule list See schedule_list below.
    Timezone string
    Time zone, reference value: UTC +8
    Nickname string
    The nickname of level-1 compute quota.
    ScheduleLists []QuotaScheduleScheduleListArgs
    schedule list See schedule_list below.
    Timezone string
    Time zone, reference value: UTC +8
    nickname String
    The nickname of level-1 compute quota.
    scheduleLists List<QuotaScheduleScheduleList>
    schedule list See schedule_list below.
    timezone String
    Time zone, reference value: UTC +8
    nickname string
    The nickname of level-1 compute quota.
    scheduleLists QuotaScheduleScheduleList[]
    schedule list See schedule_list below.
    timezone string
    Time zone, reference value: UTC +8
    nickname str
    The nickname of level-1 compute quota.
    schedule_lists Sequence[QuotaScheduleScheduleListArgs]
    schedule list See schedule_list below.
    timezone str
    Time zone, reference value: UTC +8
    nickname String
    The nickname of level-1 compute quota.
    scheduleLists List<Property Map>
    schedule list See schedule_list below.
    timezone String
    Time zone, reference value: UTC +8

    Supporting Types

    QuotaScheduleScheduleList, QuotaScheduleScheduleListArgs

    Plan string
    The name of the quota plan.
    Type string

    The type of the quota plan. Valid values: daily

    NOTE: Currently, only daily is supported.

    Condition Pulumi.AliCloud.MaxCompute.Inputs.QuotaScheduleScheduleListCondition
    The value of effective condition. See condition below.
    Plan string
    The name of the quota plan.
    Type string

    The type of the quota plan. Valid values: daily

    NOTE: Currently, only daily is supported.

    Condition QuotaScheduleScheduleListCondition
    The value of effective condition. See condition below.
    plan String
    The name of the quota plan.
    type String

    The type of the quota plan. Valid values: daily

    NOTE: Currently, only daily is supported.

    condition QuotaScheduleScheduleListCondition
    The value of effective condition. See condition below.
    plan string
    The name of the quota plan.
    type string

    The type of the quota plan. Valid values: daily

    NOTE: Currently, only daily is supported.

    condition QuotaScheduleScheduleListCondition
    The value of effective condition. See condition below.
    plan str
    The name of the quota plan.
    type str

    The type of the quota plan. Valid values: daily

    NOTE: Currently, only daily is supported.

    condition QuotaScheduleScheduleListCondition
    The value of effective condition. See condition below.
    plan String
    The name of the quota plan.
    type String

    The type of the quota plan. Valid values: daily

    NOTE: Currently, only daily is supported.

    condition Property Map
    The value of effective condition. See condition below.

    QuotaScheduleScheduleListCondition, QuotaScheduleScheduleListConditionArgs

    At string

    Effective time. The format is HH:mm, sample value: 00:00

    NOTE: The configuration must start from the effective time of 00:00. The input time must be either a whole hour or a half hour, and the minimum interval between each schedule is 30 minutes.

    At string

    Effective time. The format is HH:mm, sample value: 00:00

    NOTE: The configuration must start from the effective time of 00:00. The input time must be either a whole hour or a half hour, and the minimum interval between each schedule is 30 minutes.

    at String

    Effective time. The format is HH:mm, sample value: 00:00

    NOTE: The configuration must start from the effective time of 00:00. The input time must be either a whole hour or a half hour, and the minimum interval between each schedule is 30 minutes.

    at string

    Effective time. The format is HH:mm, sample value: 00:00

    NOTE: The configuration must start from the effective time of 00:00. The input time must be either a whole hour or a half hour, and the minimum interval between each schedule is 30 minutes.

    at str

    Effective time. The format is HH:mm, sample value: 00:00

    NOTE: The configuration must start from the effective time of 00:00. The input time must be either a whole hour or a half hour, and the minimum interval between each schedule is 30 minutes.

    at String

    Effective time. The format is HH:mm, sample value: 00:00

    NOTE: The configuration must start from the effective time of 00:00. The input time must be either a whole hour or a half hour, and the minimum interval between each schedule is 30 minutes.

    Package Details

    Repository
    Alibaba Cloud pulumi/pulumi-alicloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the alicloud Terraform Provider.
    alicloud logo
    Alibaba Cloud v3.75.0 published on Friday, Mar 7, 2025 by Pulumi