alicloud logo
Alibaba Cloud v3.34.0, Mar 17 23

alicloud.quotas.ApplicationInfo

Create ApplicationInfo Resource

new ApplicationInfo(name: string, args: ApplicationInfoArgs, opts?: CustomResourceOptions);
@overload
def ApplicationInfo(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    audit_mode: Optional[str] = None,
                    desire_value: Optional[float] = None,
                    dimensions: Optional[Sequence[ApplicationInfoDimensionArgs]] = 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 ApplicationInfo(resource_name: str,
                    args: ApplicationInfoArgs,
                    opts: Optional[ResourceOptions] = None)
func NewApplicationInfo(ctx *Context, name string, args ApplicationInfoArgs, opts ...ResourceOption) (*ApplicationInfo, error)
public ApplicationInfo(string name, ApplicationInfoArgs args, CustomResourceOptions? opts = null)
public ApplicationInfo(String name, ApplicationInfoArgs args)
public ApplicationInfo(String name, ApplicationInfoArgs args, CustomResourceOptions options)
type: alicloud:quotas:ApplicationInfo
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args ApplicationInfoArgs
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 ApplicationInfoArgs
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 ApplicationInfoArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ApplicationInfoArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args ApplicationInfoArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

ApplicationInfo 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 ApplicationInfo resource accepts the following input properties:

Outputs

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

ApproveValue string
AuditReason string
EffectiveTime string
ExpireTime string
Id string

The provider-assigned unique ID for this managed resource.

QuotaDescription string
QuotaName string
QuotaUnit string
Status string
ApproveValue string
AuditReason string
EffectiveTime string
ExpireTime string
Id string

The provider-assigned unique ID for this managed resource.

QuotaDescription string
QuotaName string
QuotaUnit string
Status string
approveValue String
auditReason String
effectiveTime String
expireTime String
id String

The provider-assigned unique ID for this managed resource.

quotaDescription String
quotaName String
quotaUnit String
status String
approveValue string
auditReason string
effectiveTime string
expireTime string
id string

The provider-assigned unique ID for this managed resource.

quotaDescription string
quotaName string
quotaUnit string
status string
approve_value str
audit_reason str
effective_time str
expire_time str
id str

The provider-assigned unique ID for this managed resource.

quota_description str
quota_name str
quota_unit str
status str
approveValue String
auditReason String
effectiveTime String
expireTime String
id String

The provider-assigned unique ID for this managed resource.

quotaDescription String
quotaName String
quotaUnit String
status String

Look up Existing ApplicationInfo Resource

Get an existing ApplicationInfo 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?: ApplicationInfoState, opts?: CustomResourceOptions): ApplicationInfo
@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,
        desire_value: Optional[float] = None,
        dimensions: Optional[Sequence[ApplicationInfoDimensionArgs]] = None,
        effective_time: 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) -> ApplicationInfo
func GetApplicationInfo(ctx *Context, name string, id IDInput, state *ApplicationInfoState, opts ...ResourceOption) (*ApplicationInfo, error)
public static ApplicationInfo Get(string name, Input<string> id, ApplicationInfoState? state, CustomResourceOptions? opts = null)
public static ApplicationInfo get(String name, Output<String> id, ApplicationInfoState 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:

Supporting Types

ApplicationInfoDimension

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

Package Details

Repository
Alibaba Cloud pulumi/pulumi-alicloud
License
Apache-2.0
Notes

This Pulumi package is based on the alicloud Terraform Provider.