1. Packages
  2. Alibaba Cloud
  3. API Docs
  4. quotas
  5. QuotaApplication
Alibaba Cloud v3.51.0 published on Saturday, Mar 23, 2024 by Pulumi

alicloud.quotas.QuotaApplication

Explore with Pulumi AI

alicloud logo
Alibaba Cloud v3.51.0 published on Saturday, Mar 23, 2024 by Pulumi

    Import

    Quotas Quota Application can be imported using the id, e.g.

    $ pulumi import alicloud:quotas/quotaApplication:QuotaApplication example <id>
    

    Create QuotaApplication Resource

    new QuotaApplication(name: string, args: QuotaApplicationArgs, opts?: CustomResourceOptions);
    @overload
    def QuotaApplication(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         audit_mode: Optional[str] = None,
                         desire_value: Optional[float] = None,
                         dimensions: Optional[Sequence[QuotaApplicationDimensionArgs]] = None,
                         effective_time: Optional[str] = None,
                         env_language: Optional[str] = None,
                         expire_time: Optional[str] = None,
                         notice_type: Optional[int] = None,
                         product_code: Optional[str] = None,
                         quota_action_code: Optional[str] = None,
                         quota_category: Optional[str] = None,
                         reason: Optional[str] = None)
    @overload
    def QuotaApplication(resource_name: str,
                         args: QuotaApplicationArgs,
                         opts: Optional[ResourceOptions] = None)
    func NewQuotaApplication(ctx *Context, name string, args QuotaApplicationArgs, opts ...ResourceOption) (*QuotaApplication, error)
    public QuotaApplication(string name, QuotaApplicationArgs args, CustomResourceOptions? opts = null)
    public QuotaApplication(String name, QuotaApplicationArgs args)
    public QuotaApplication(String name, QuotaApplicationArgs args, CustomResourceOptions options)
    
    type: alicloud:quotas:QuotaApplication
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args QuotaApplicationArgs
    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 QuotaApplicationArgs
    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 QuotaApplicationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args QuotaApplicationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args QuotaApplicationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    QuotaApplication Resource Properties

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

    Inputs

    The QuotaApplication resource accepts the following input properties:

    DesireValue double
    The desire value of the quota application.
    ProductCode string
    The product code.
    QuotaActionCode string
    The ID of quota action.
    Reason string
    The reason of the quota application.
    AuditMode string

    Quota audit mode. Value:

    • Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
    • Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.

    NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.

    Dimensions List<Pulumi.AliCloud.Quotas.Inputs.QuotaApplicationDimension>
    QuotaDimensions. See dimensions below.
    EffectiveTime string
    The effective time of the quota application.
    EnvLanguage string
    The language of the quota alert notification. Value:

    • zh (default): Chinese.
    • en: English.
    ExpireTime string
    The expired time of the quota application.
    NoticeType int
    Specifies whether to send a notification about the application result. Valid values:0: sends a notification about the application result.3: A notification about the application result is sent.
    QuotaCategory string
    The quota type.

    • CommonQuota (default): Generic quota.
    • FlowControl:API rate quota.
    • WhiteListLabel: Equity quota.
    DesireValue float64
    The desire value of the quota application.
    ProductCode string
    The product code.
    QuotaActionCode string
    The ID of quota action.
    Reason string
    The reason of the quota application.
    AuditMode string

    Quota audit mode. Value:

    • Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
    • Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.

    NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.

    Dimensions []QuotaApplicationDimensionArgs
    QuotaDimensions. See dimensions below.
    EffectiveTime string
    The effective time of the quota application.
    EnvLanguage string
    The language of the quota alert notification. Value:

    • zh (default): Chinese.
    • en: English.
    ExpireTime string
    The expired time of the quota application.
    NoticeType int
    Specifies whether to send a notification about the application result. Valid values:0: sends a notification about the application result.3: A notification about the application result is sent.
    QuotaCategory string
    The quota type.

    • CommonQuota (default): Generic quota.
    • FlowControl:API rate quota.
    • WhiteListLabel: Equity quota.
    desireValue Double
    The desire value of the quota application.
    productCode String
    The product code.
    quotaActionCode String
    The ID of quota action.
    reason String
    The reason of the quota application.
    auditMode String

    Quota audit mode. Value:

    • Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
    • Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.

    NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.

    dimensions List<QuotaApplicationDimension>
    QuotaDimensions. See dimensions below.
    effectiveTime String
    The effective time of the quota application.
    envLanguage String
    The language of the quota alert notification. Value:

    • zh (default): Chinese.
    • en: English.
    expireTime String
    The expired time of the quota application.
    noticeType Integer
    Specifies whether to send a notification about the application result. Valid values:0: sends a notification about the application result.3: A notification about the application result is sent.
    quotaCategory String
    The quota type.

    • CommonQuota (default): Generic quota.
    • FlowControl:API rate quota.
    • WhiteListLabel: Equity quota.
    desireValue number
    The desire value of the quota application.
    productCode string
    The product code.
    quotaActionCode string
    The ID of quota action.
    reason string
    The reason of the quota application.
    auditMode string

    Quota audit mode. Value:

    • Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
    • Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.

    NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.

    dimensions QuotaApplicationDimension[]
    QuotaDimensions. See dimensions below.
    effectiveTime string
    The effective time of the quota application.
    envLanguage string
    The language of the quota alert notification. Value:

    • zh (default): Chinese.
    • en: English.
    expireTime string
    The expired time of the quota application.
    noticeType number
    Specifies whether to send a notification about the application result. Valid values:0: sends a notification about the application result.3: A notification about the application result is sent.
    quotaCategory string
    The quota type.

    • CommonQuota (default): Generic quota.
    • FlowControl:API rate quota.
    • WhiteListLabel: Equity quota.
    desire_value float
    The desire value of the quota application.
    product_code str
    The product code.
    quota_action_code str
    The ID of quota action.
    reason str
    The reason of the quota application.
    audit_mode str

    Quota audit mode. Value:

    • Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
    • Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.

    NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.

    dimensions Sequence[QuotaApplicationDimensionArgs]
    QuotaDimensions. See dimensions below.
    effective_time str
    The effective time of the quota application.
    env_language str
    The language of the quota alert notification. Value:

    • zh (default): Chinese.
    • en: English.
    expire_time str
    The expired time of the quota application.
    notice_type int
    Specifies whether to send a notification about the application result. Valid values:0: sends a notification about the application result.3: A notification about the application result is sent.
    quota_category str
    The quota type.

    • CommonQuota (default): Generic quota.
    • FlowControl:API rate quota.
    • WhiteListLabel: Equity quota.
    desireValue Number
    The desire value of the quota application.
    productCode String
    The product code.
    quotaActionCode String
    The ID of quota action.
    reason String
    The reason of the quota application.
    auditMode String

    Quota audit mode. Value:

    • Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
    • Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.

    NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.

    dimensions List<Property Map>
    QuotaDimensions. See dimensions below.
    effectiveTime String
    The effective time of the quota application.
    envLanguage String
    The language of the quota alert notification. Value:

    • zh (default): Chinese.
    • en: English.
    expireTime String
    The expired time of the quota application.
    noticeType Number
    Specifies whether to send a notification about the application result. Valid values:0: sends a notification about the application result.3: A notification about the application result is sent.
    quotaCategory String
    The quota type.

    • CommonQuota (default): Generic quota.
    • FlowControl:API rate quota.
    • WhiteListLabel: Equity quota.

    Outputs

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

    ApproveValue string
    The approve value of the quota application.
    AuditReason string
    The audit reason.
    CreateTime string
    Resource attribute field representing creation time.
    Id string
    The provider-assigned unique ID for this managed resource.
    QuotaDescription string
    The description of the quota application.
    QuotaName string
    The name of the quota application.
    QuotaUnit string
    The unit of the quota application.
    Status string
    Application Status:

    • Disagree: reject.
    • Agree: Approved.
    • Process: under review.
    • Cancel: Closed.
    ApproveValue string
    The approve value of the quota application.
    AuditReason string
    The audit reason.
    CreateTime string
    Resource attribute field representing creation time.
    Id string
    The provider-assigned unique ID for this managed resource.
    QuotaDescription string
    The description of the quota application.
    QuotaName string
    The name of the quota application.
    QuotaUnit string
    The unit of the quota application.
    Status string
    Application Status:

    • Disagree: reject.
    • Agree: Approved.
    • Process: under review.
    • Cancel: Closed.
    approveValue String
    The approve value of the quota application.
    auditReason String
    The audit reason.
    createTime String
    Resource attribute field representing creation time.
    id String
    The provider-assigned unique ID for this managed resource.
    quotaDescription String
    The description of the quota application.
    quotaName String
    The name of the quota application.
    quotaUnit String
    The unit of the quota application.
    status String
    Application Status:

    • Disagree: reject.
    • Agree: Approved.
    • Process: under review.
    • Cancel: Closed.
    approveValue string
    The approve value of the quota application.
    auditReason string
    The audit reason.
    createTime string
    Resource attribute field representing creation time.
    id string
    The provider-assigned unique ID for this managed resource.
    quotaDescription string
    The description of the quota application.
    quotaName string
    The name of the quota application.
    quotaUnit string
    The unit of the quota application.
    status string
    Application Status:

    • Disagree: reject.
    • Agree: Approved.
    • Process: under review.
    • Cancel: Closed.
    approve_value str
    The approve value of the quota application.
    audit_reason str
    The audit reason.
    create_time str
    Resource attribute field representing creation time.
    id str
    The provider-assigned unique ID for this managed resource.
    quota_description str
    The description of the quota application.
    quota_name str
    The name of the quota application.
    quota_unit str
    The unit of the quota application.
    status str
    Application Status:

    • Disagree: reject.
    • Agree: Approved.
    • Process: under review.
    • Cancel: Closed.
    approveValue String
    The approve value of the quota application.
    auditReason String
    The audit reason.
    createTime String
    Resource attribute field representing creation time.
    id String
    The provider-assigned unique ID for this managed resource.
    quotaDescription String
    The description of the quota application.
    quotaName String
    The name of the quota application.
    quotaUnit String
    The unit of the quota application.
    status String
    Application Status:

    • Disagree: reject.
    • Agree: Approved.
    • Process: under review.
    • Cancel: Closed.

    Look up Existing QuotaApplication Resource

    Get an existing QuotaApplication 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?: QuotaApplicationState, opts?: CustomResourceOptions): QuotaApplication
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            approve_value: Optional[str] = None,
            audit_mode: Optional[str] = None,
            audit_reason: Optional[str] = None,
            create_time: Optional[str] = None,
            desire_value: Optional[float] = None,
            dimensions: Optional[Sequence[QuotaApplicationDimensionArgs]] = None,
            effective_time: Optional[str] = None,
            env_language: Optional[str] = None,
            expire_time: Optional[str] = None,
            notice_type: Optional[int] = None,
            product_code: Optional[str] = None,
            quota_action_code: Optional[str] = None,
            quota_category: Optional[str] = None,
            quota_description: Optional[str] = None,
            quota_name: Optional[str] = None,
            quota_unit: Optional[str] = None,
            reason: Optional[str] = None,
            status: Optional[str] = None) -> QuotaApplication
    func GetQuotaApplication(ctx *Context, name string, id IDInput, state *QuotaApplicationState, opts ...ResourceOption) (*QuotaApplication, error)
    public static QuotaApplication Get(string name, Input<string> id, QuotaApplicationState? state, CustomResourceOptions? opts = null)
    public static QuotaApplication get(String name, Output<String> id, QuotaApplicationState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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:
    ApproveValue string
    The approve value of the quota application.
    AuditMode string

    Quota audit mode. Value:

    • Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
    • Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.

    NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.

    AuditReason string
    The audit reason.
    CreateTime string
    Resource attribute field representing creation time.
    DesireValue double
    The desire value of the quota application.
    Dimensions List<Pulumi.AliCloud.Quotas.Inputs.QuotaApplicationDimension>
    QuotaDimensions. See dimensions below.
    EffectiveTime string
    The effective time of the quota application.
    EnvLanguage string
    The language of the quota alert notification. Value:

    • zh (default): Chinese.
    • en: English.
    ExpireTime string
    The expired time of the quota application.
    NoticeType int
    Specifies whether to send a notification about the application result. Valid values:0: sends a notification about the application result.3: A notification about the application result is sent.
    ProductCode string
    The product code.
    QuotaActionCode string
    The ID of quota action.
    QuotaCategory string
    The quota type.

    • CommonQuota (default): Generic quota.
    • FlowControl:API rate quota.
    • WhiteListLabel: Equity quota.
    QuotaDescription string
    The description of the quota application.
    QuotaName string
    The name of the quota application.
    QuotaUnit string
    The unit of the quota application.
    Reason string
    The reason of the quota application.
    Status string
    Application Status:

    • Disagree: reject.
    • Agree: Approved.
    • Process: under review.
    • Cancel: Closed.
    ApproveValue string
    The approve value of the quota application.
    AuditMode string

    Quota audit mode. Value:

    • Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
    • Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.

    NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.

    AuditReason string
    The audit reason.
    CreateTime string
    Resource attribute field representing creation time.
    DesireValue float64
    The desire value of the quota application.
    Dimensions []QuotaApplicationDimensionArgs
    QuotaDimensions. See dimensions below.
    EffectiveTime string
    The effective time of the quota application.
    EnvLanguage string
    The language of the quota alert notification. Value:

    • zh (default): Chinese.
    • en: English.
    ExpireTime string
    The expired time of the quota application.
    NoticeType int
    Specifies whether to send a notification about the application result. Valid values:0: sends a notification about the application result.3: A notification about the application result is sent.
    ProductCode string
    The product code.
    QuotaActionCode string
    The ID of quota action.
    QuotaCategory string
    The quota type.

    • CommonQuota (default): Generic quota.
    • FlowControl:API rate quota.
    • WhiteListLabel: Equity quota.
    QuotaDescription string
    The description of the quota application.
    QuotaName string
    The name of the quota application.
    QuotaUnit string
    The unit of the quota application.
    Reason string
    The reason of the quota application.
    Status string
    Application Status:

    • Disagree: reject.
    • Agree: Approved.
    • Process: under review.
    • Cancel: Closed.
    approveValue String
    The approve value of the quota application.
    auditMode String

    Quota audit mode. Value:

    • Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
    • Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.

    NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.

    auditReason String
    The audit reason.
    createTime String
    Resource attribute field representing creation time.
    desireValue Double
    The desire value of the quota application.
    dimensions List<QuotaApplicationDimension>
    QuotaDimensions. See dimensions below.
    effectiveTime String
    The effective time of the quota application.
    envLanguage String
    The language of the quota alert notification. Value:

    • zh (default): Chinese.
    • en: English.
    expireTime String
    The expired time of the quota application.
    noticeType Integer
    Specifies whether to send a notification about the application result. Valid values:0: sends a notification about the application result.3: A notification about the application result is sent.
    productCode String
    The product code.
    quotaActionCode String
    The ID of quota action.
    quotaCategory String
    The quota type.

    • CommonQuota (default): Generic quota.
    • FlowControl:API rate quota.
    • WhiteListLabel: Equity quota.
    quotaDescription String
    The description of the quota application.
    quotaName String
    The name of the quota application.
    quotaUnit String
    The unit of the quota application.
    reason String
    The reason of the quota application.
    status String
    Application Status:

    • Disagree: reject.
    • Agree: Approved.
    • Process: under review.
    • Cancel: Closed.
    approveValue string
    The approve value of the quota application.
    auditMode string

    Quota audit mode. Value:

    • Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
    • Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.

    NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.

    auditReason string
    The audit reason.
    createTime string
    Resource attribute field representing creation time.
    desireValue number
    The desire value of the quota application.
    dimensions QuotaApplicationDimension[]
    QuotaDimensions. See dimensions below.
    effectiveTime string
    The effective time of the quota application.
    envLanguage string
    The language of the quota alert notification. Value:

    • zh (default): Chinese.
    • en: English.
    expireTime string
    The expired time of the quota application.
    noticeType number
    Specifies whether to send a notification about the application result. Valid values:0: sends a notification about the application result.3: A notification about the application result is sent.
    productCode string
    The product code.
    quotaActionCode string
    The ID of quota action.
    quotaCategory string
    The quota type.

    • CommonQuota (default): Generic quota.
    • FlowControl:API rate quota.
    • WhiteListLabel: Equity quota.
    quotaDescription string
    The description of the quota application.
    quotaName string
    The name of the quota application.
    quotaUnit string
    The unit of the quota application.
    reason string
    The reason of the quota application.
    status string
    Application Status:

    • Disagree: reject.
    • Agree: Approved.
    • Process: under review.
    • Cancel: Closed.
    approve_value str
    The approve value of the quota application.
    audit_mode str

    Quota audit mode. Value:

    • Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
    • Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.

    NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.

    audit_reason str
    The audit reason.
    create_time str
    Resource attribute field representing creation time.
    desire_value float
    The desire value of the quota application.
    dimensions Sequence[QuotaApplicationDimensionArgs]
    QuotaDimensions. See dimensions below.
    effective_time str
    The effective time of the quota application.
    env_language str
    The language of the quota alert notification. Value:

    • zh (default): Chinese.
    • en: English.
    expire_time str
    The expired time of the quota application.
    notice_type int
    Specifies whether to send a notification about the application result. Valid values:0: sends a notification about the application result.3: A notification about the application result is sent.
    product_code str
    The product code.
    quota_action_code str
    The ID of quota action.
    quota_category str
    The quota type.

    • CommonQuota (default): Generic quota.
    • FlowControl:API rate quota.
    • WhiteListLabel: Equity quota.
    quota_description str
    The description of the quota application.
    quota_name str
    The name of the quota application.
    quota_unit str
    The unit of the quota application.
    reason str
    The reason of the quota application.
    status str
    Application Status:

    • Disagree: reject.
    • Agree: Approved.
    • Process: under review.
    • Cancel: Closed.
    approveValue String
    The approve value of the quota application.
    auditMode String

    Quota audit mode. Value:

    • Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
    • Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.

    NOTE: This parameter takes effect only for the ECS specification quota of the cloud server.

    auditReason String
    The audit reason.
    createTime String
    Resource attribute field representing creation time.
    desireValue Number
    The desire value of the quota application.
    dimensions List<Property Map>
    QuotaDimensions. See dimensions below.
    effectiveTime String
    The effective time of the quota application.
    envLanguage String
    The language of the quota alert notification. Value:

    • zh (default): Chinese.
    • en: English.
    expireTime String
    The expired time of the quota application.
    noticeType Number
    Specifies whether to send a notification about the application result. Valid values:0: sends a notification about the application result.3: A notification about the application result is sent.
    productCode String
    The product code.
    quotaActionCode String
    The ID of quota action.
    quotaCategory String
    The quota type.

    • CommonQuota (default): Generic quota.
    • FlowControl:API rate quota.
    • WhiteListLabel: Equity quota.
    quotaDescription String
    The description of the quota application.
    quotaName String
    The name of the quota application.
    quotaUnit String
    The unit of the quota application.
    reason String
    The reason of the quota application.
    status String
    Application Status:

    • Disagree: reject.
    • Agree: Approved.
    • Process: under review.
    • Cancel: Closed.

    Supporting Types

    QuotaApplicationDimension, QuotaApplicationDimensionArgs

    Key string
    Key.
    Value string
    Value.
    Key string
    Key.
    Value string
    Value.
    key String
    Key.
    value String
    Value.
    key string
    Key.
    value string
    Value.
    key str
    Key.
    value str
    Value.
    key String
    Key.
    value String
    Value.

    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.51.0 published on Saturday, Mar 23, 2024 by Pulumi