alicloud.maxcompute.TunnelQuotaTimer
Explore with Pulumi AI
Import
Max Compute Tunnel Quota Timer can be imported using the id, e.g.
$ pulumi import alicloud:maxcompute/tunnelQuotaTimer:TunnelQuotaTimer example <id>
Create TunnelQuotaTimer Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TunnelQuotaTimer(name: string, args: TunnelQuotaTimerArgs, opts?: CustomResourceOptions);
@overload
def TunnelQuotaTimer(resource_name: str,
args: TunnelQuotaTimerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TunnelQuotaTimer(resource_name: str,
opts: Optional[ResourceOptions] = None,
nickname: Optional[str] = None,
quota_timers: Optional[Sequence[TunnelQuotaTimerQuotaTimerArgs]] = None,
time_zone: Optional[str] = None)
func NewTunnelQuotaTimer(ctx *Context, name string, args TunnelQuotaTimerArgs, opts ...ResourceOption) (*TunnelQuotaTimer, error)
public TunnelQuotaTimer(string name, TunnelQuotaTimerArgs args, CustomResourceOptions? opts = null)
public TunnelQuotaTimer(String name, TunnelQuotaTimerArgs args)
public TunnelQuotaTimer(String name, TunnelQuotaTimerArgs args, CustomResourceOptions options)
type: alicloud:maxcompute:TunnelQuotaTimer
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 TunnelQuotaTimerArgs
- 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 TunnelQuotaTimerArgs
- 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 TunnelQuotaTimerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TunnelQuotaTimerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TunnelQuotaTimerArgs
- 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 tunnelQuotaTimerResource = new AliCloud.MaxCompute.TunnelQuotaTimer("tunnelQuotaTimerResource", new()
{
Nickname = "string",
QuotaTimers = new[]
{
new AliCloud.MaxCompute.Inputs.TunnelQuotaTimerQuotaTimerArgs
{
BeginTime = "string",
EndTime = "string",
TunnelQuotaParameter = new AliCloud.MaxCompute.Inputs.TunnelQuotaTimerQuotaTimerTunnelQuotaParameterArgs
{
ElasticReservedSlotNum = 0,
SlotNum = 0,
},
},
},
TimeZone = "string",
});
example, err := maxcompute.NewTunnelQuotaTimer(ctx, "tunnelQuotaTimerResource", &maxcompute.TunnelQuotaTimerArgs{
Nickname: pulumi.String("string"),
QuotaTimers: maxcompute.TunnelQuotaTimerQuotaTimerArray{
&maxcompute.TunnelQuotaTimerQuotaTimerArgs{
BeginTime: pulumi.String("string"),
EndTime: pulumi.String("string"),
TunnelQuotaParameter: &maxcompute.TunnelQuotaTimerQuotaTimerTunnelQuotaParameterArgs{
ElasticReservedSlotNum: pulumi.Int(0),
SlotNum: pulumi.Int(0),
},
},
},
TimeZone: pulumi.String("string"),
})
var tunnelQuotaTimerResource = new TunnelQuotaTimer("tunnelQuotaTimerResource", TunnelQuotaTimerArgs.builder()
.nickname("string")
.quotaTimers(TunnelQuotaTimerQuotaTimerArgs.builder()
.beginTime("string")
.endTime("string")
.tunnelQuotaParameter(TunnelQuotaTimerQuotaTimerTunnelQuotaParameterArgs.builder()
.elasticReservedSlotNum(0)
.slotNum(0)
.build())
.build())
.timeZone("string")
.build());
tunnel_quota_timer_resource = alicloud.maxcompute.TunnelQuotaTimer("tunnelQuotaTimerResource",
nickname="string",
quota_timers=[{
"begin_time": "string",
"end_time": "string",
"tunnel_quota_parameter": {
"elastic_reserved_slot_num": 0,
"slot_num": 0,
},
}],
time_zone="string")
const tunnelQuotaTimerResource = new alicloud.maxcompute.TunnelQuotaTimer("tunnelQuotaTimerResource", {
nickname: "string",
quotaTimers: [{
beginTime: "string",
endTime: "string",
tunnelQuotaParameter: {
elasticReservedSlotNum: 0,
slotNum: 0,
},
}],
timeZone: "string",
});
type: alicloud:maxcompute:TunnelQuotaTimer
properties:
nickname: string
quotaTimers:
- beginTime: string
endTime: string
tunnelQuotaParameter:
elasticReservedSlotNum: 0
slotNum: 0
timeZone: string
TunnelQuotaTimer 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 TunnelQuotaTimer resource accepts the following input properties:
- Nickname string
- The nickname of the exclusive Resource Group (Tunnel Quota) for the level - 1 data transmission service.
- Quota
Timers List<Pulumi.Ali Cloud. Max Compute. Inputs. Tunnel Quota Timer Quota Timer> Time-Sharing configuration
NOTE: -- The same reserved Quota resource group supports up to 48 time intervals. The minimum duration of a time interval is 30 minutes. -- After the current data transmission service is configured for time-sharing, if you need to perform a downgrade operation on the data transmission service (package year and month), please reduce the time-sharing concurrency first. -- The effective time of the time-sharing configuration is 0 to 5 minutes, and the billing will be calculated according to the actual effective time. -- Please make sure to set the time range completely from 00:00 to 24:00 See
quota_timer
below.- Time
Zone string - Time zone, reference: Asia/Shanghai In general, the system will automatically generate the time zone according to the region without configuration.
- Nickname string
- The nickname of the exclusive Resource Group (Tunnel Quota) for the level - 1 data transmission service.
- Quota
Timers []TunnelQuota Timer Quota Timer Args Time-Sharing configuration
NOTE: -- The same reserved Quota resource group supports up to 48 time intervals. The minimum duration of a time interval is 30 minutes. -- After the current data transmission service is configured for time-sharing, if you need to perform a downgrade operation on the data transmission service (package year and month), please reduce the time-sharing concurrency first. -- The effective time of the time-sharing configuration is 0 to 5 minutes, and the billing will be calculated according to the actual effective time. -- Please make sure to set the time range completely from 00:00 to 24:00 See
quota_timer
below.- Time
Zone string - Time zone, reference: Asia/Shanghai In general, the system will automatically generate the time zone according to the region without configuration.
- nickname String
- The nickname of the exclusive Resource Group (Tunnel Quota) for the level - 1 data transmission service.
- quota
Timers List<TunnelQuota Timer Quota Timer> Time-Sharing configuration
NOTE: -- The same reserved Quota resource group supports up to 48 time intervals. The minimum duration of a time interval is 30 minutes. -- After the current data transmission service is configured for time-sharing, if you need to perform a downgrade operation on the data transmission service (package year and month), please reduce the time-sharing concurrency first. -- The effective time of the time-sharing configuration is 0 to 5 minutes, and the billing will be calculated according to the actual effective time. -- Please make sure to set the time range completely from 00:00 to 24:00 See
quota_timer
below.- time
Zone String - Time zone, reference: Asia/Shanghai In general, the system will automatically generate the time zone according to the region without configuration.
- nickname string
- The nickname of the exclusive Resource Group (Tunnel Quota) for the level - 1 data transmission service.
- quota
Timers TunnelQuota Timer Quota Timer[] Time-Sharing configuration
NOTE: -- The same reserved Quota resource group supports up to 48 time intervals. The minimum duration of a time interval is 30 minutes. -- After the current data transmission service is configured for time-sharing, if you need to perform a downgrade operation on the data transmission service (package year and month), please reduce the time-sharing concurrency first. -- The effective time of the time-sharing configuration is 0 to 5 minutes, and the billing will be calculated according to the actual effective time. -- Please make sure to set the time range completely from 00:00 to 24:00 See
quota_timer
below.- time
Zone string - Time zone, reference: Asia/Shanghai In general, the system will automatically generate the time zone according to the region without configuration.
- nickname str
- The nickname of the exclusive Resource Group (Tunnel Quota) for the level - 1 data transmission service.
- quota_
timers Sequence[TunnelQuota Timer Quota Timer Args] Time-Sharing configuration
NOTE: -- The same reserved Quota resource group supports up to 48 time intervals. The minimum duration of a time interval is 30 minutes. -- After the current data transmission service is configured for time-sharing, if you need to perform a downgrade operation on the data transmission service (package year and month), please reduce the time-sharing concurrency first. -- The effective time of the time-sharing configuration is 0 to 5 minutes, and the billing will be calculated according to the actual effective time. -- Please make sure to set the time range completely from 00:00 to 24:00 See
quota_timer
below.- time_
zone str - Time zone, reference: Asia/Shanghai In general, the system will automatically generate the time zone according to the region without configuration.
- nickname String
- The nickname of the exclusive Resource Group (Tunnel Quota) for the level - 1 data transmission service.
- quota
Timers List<Property Map> Time-Sharing configuration
NOTE: -- The same reserved Quota resource group supports up to 48 time intervals. The minimum duration of a time interval is 30 minutes. -- After the current data transmission service is configured for time-sharing, if you need to perform a downgrade operation on the data transmission service (package year and month), please reduce the time-sharing concurrency first. -- The effective time of the time-sharing configuration is 0 to 5 minutes, and the billing will be calculated according to the actual effective time. -- Please make sure to set the time range completely from 00:00 to 24:00 See
quota_timer
below.- time
Zone String - Time zone, reference: Asia/Shanghai In general, the system will automatically generate the time zone according to the region without configuration.
Outputs
All input properties are implicitly available as output properties. Additionally, the TunnelQuotaTimer 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 TunnelQuotaTimer Resource
Get an existing TunnelQuotaTimer 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?: TunnelQuotaTimerState, opts?: CustomResourceOptions): TunnelQuotaTimer
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
nickname: Optional[str] = None,
quota_timers: Optional[Sequence[TunnelQuotaTimerQuotaTimerArgs]] = None,
time_zone: Optional[str] = None) -> TunnelQuotaTimer
func GetTunnelQuotaTimer(ctx *Context, name string, id IDInput, state *TunnelQuotaTimerState, opts ...ResourceOption) (*TunnelQuotaTimer, error)
public static TunnelQuotaTimer Get(string name, Input<string> id, TunnelQuotaTimerState? state, CustomResourceOptions? opts = null)
public static TunnelQuotaTimer get(String name, Output<String> id, TunnelQuotaTimerState state, CustomResourceOptions options)
resources: _: type: alicloud:maxcompute:TunnelQuotaTimer 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.
- Nickname string
- The nickname of the exclusive Resource Group (Tunnel Quota) for the level - 1 data transmission service.
- Quota
Timers List<Pulumi.Ali Cloud. Max Compute. Inputs. Tunnel Quota Timer Quota Timer> Time-Sharing configuration
NOTE: -- The same reserved Quota resource group supports up to 48 time intervals. The minimum duration of a time interval is 30 minutes. -- After the current data transmission service is configured for time-sharing, if you need to perform a downgrade operation on the data transmission service (package year and month), please reduce the time-sharing concurrency first. -- The effective time of the time-sharing configuration is 0 to 5 minutes, and the billing will be calculated according to the actual effective time. -- Please make sure to set the time range completely from 00:00 to 24:00 See
quota_timer
below.- Time
Zone string - Time zone, reference: Asia/Shanghai In general, the system will automatically generate the time zone according to the region without configuration.
- Nickname string
- The nickname of the exclusive Resource Group (Tunnel Quota) for the level - 1 data transmission service.
- Quota
Timers []TunnelQuota Timer Quota Timer Args Time-Sharing configuration
NOTE: -- The same reserved Quota resource group supports up to 48 time intervals. The minimum duration of a time interval is 30 minutes. -- After the current data transmission service is configured for time-sharing, if you need to perform a downgrade operation on the data transmission service (package year and month), please reduce the time-sharing concurrency first. -- The effective time of the time-sharing configuration is 0 to 5 minutes, and the billing will be calculated according to the actual effective time. -- Please make sure to set the time range completely from 00:00 to 24:00 See
quota_timer
below.- Time
Zone string - Time zone, reference: Asia/Shanghai In general, the system will automatically generate the time zone according to the region without configuration.
- nickname String
- The nickname of the exclusive Resource Group (Tunnel Quota) for the level - 1 data transmission service.
- quota
Timers List<TunnelQuota Timer Quota Timer> Time-Sharing configuration
NOTE: -- The same reserved Quota resource group supports up to 48 time intervals. The minimum duration of a time interval is 30 minutes. -- After the current data transmission service is configured for time-sharing, if you need to perform a downgrade operation on the data transmission service (package year and month), please reduce the time-sharing concurrency first. -- The effective time of the time-sharing configuration is 0 to 5 minutes, and the billing will be calculated according to the actual effective time. -- Please make sure to set the time range completely from 00:00 to 24:00 See
quota_timer
below.- time
Zone String - Time zone, reference: Asia/Shanghai In general, the system will automatically generate the time zone according to the region without configuration.
- nickname string
- The nickname of the exclusive Resource Group (Tunnel Quota) for the level - 1 data transmission service.
- quota
Timers TunnelQuota Timer Quota Timer[] Time-Sharing configuration
NOTE: -- The same reserved Quota resource group supports up to 48 time intervals. The minimum duration of a time interval is 30 minutes. -- After the current data transmission service is configured for time-sharing, if you need to perform a downgrade operation on the data transmission service (package year and month), please reduce the time-sharing concurrency first. -- The effective time of the time-sharing configuration is 0 to 5 minutes, and the billing will be calculated according to the actual effective time. -- Please make sure to set the time range completely from 00:00 to 24:00 See
quota_timer
below.- time
Zone string - Time zone, reference: Asia/Shanghai In general, the system will automatically generate the time zone according to the region without configuration.
- nickname str
- The nickname of the exclusive Resource Group (Tunnel Quota) for the level - 1 data transmission service.
- quota_
timers Sequence[TunnelQuota Timer Quota Timer Args] Time-Sharing configuration
NOTE: -- The same reserved Quota resource group supports up to 48 time intervals. The minimum duration of a time interval is 30 minutes. -- After the current data transmission service is configured for time-sharing, if you need to perform a downgrade operation on the data transmission service (package year and month), please reduce the time-sharing concurrency first. -- The effective time of the time-sharing configuration is 0 to 5 minutes, and the billing will be calculated according to the actual effective time. -- Please make sure to set the time range completely from 00:00 to 24:00 See
quota_timer
below.- time_
zone str - Time zone, reference: Asia/Shanghai In general, the system will automatically generate the time zone according to the region without configuration.
- nickname String
- The nickname of the exclusive Resource Group (Tunnel Quota) for the level - 1 data transmission service.
- quota
Timers List<Property Map> Time-Sharing configuration
NOTE: -- The same reserved Quota resource group supports up to 48 time intervals. The minimum duration of a time interval is 30 minutes. -- After the current data transmission service is configured for time-sharing, if you need to perform a downgrade operation on the data transmission service (package year and month), please reduce the time-sharing concurrency first. -- The effective time of the time-sharing configuration is 0 to 5 minutes, and the billing will be calculated according to the actual effective time. -- Please make sure to set the time range completely from 00:00 to 24:00 See
quota_timer
below.- time
Zone String - Time zone, reference: Asia/Shanghai In general, the system will automatically generate the time zone according to the region without configuration.
Supporting Types
TunnelQuotaTimerQuotaTimer, TunnelQuotaTimerQuotaTimerArgs
- Begin
Time string - The time-sharing configuration start time. Reference value: 00:00
- End
Time string - The end time of the timesharing configuration. Reference value: 24:00
- Tunnel
Quota Pulumi.Parameter Ali Cloud. Max Compute. Inputs. Tunnel Quota Timer Quota Timer Tunnel Quota Parameter - Time-sharing configuration parameters. See
tunnel_quota_parameter
below.
- Begin
Time string - The time-sharing configuration start time. Reference value: 00:00
- End
Time string - The end time of the timesharing configuration. Reference value: 24:00
- Tunnel
Quota TunnelParameter Quota Timer Quota Timer Tunnel Quota Parameter - Time-sharing configuration parameters. See
tunnel_quota_parameter
below.
- begin
Time String - The time-sharing configuration start time. Reference value: 00:00
- end
Time String - The end time of the timesharing configuration. Reference value: 24:00
- tunnel
Quota TunnelParameter Quota Timer Quota Timer Tunnel Quota Parameter - Time-sharing configuration parameters. See
tunnel_quota_parameter
below.
- begin
Time string - The time-sharing configuration start time. Reference value: 00:00
- end
Time string - The end time of the timesharing configuration. Reference value: 24:00
- tunnel
Quota TunnelParameter Quota Timer Quota Timer Tunnel Quota Parameter - Time-sharing configuration parameters. See
tunnel_quota_parameter
below.
- begin_
time str - The time-sharing configuration start time. Reference value: 00:00
- end_
time str - The end time of the timesharing configuration. Reference value: 24:00
- tunnel_
quota_ Tunnelparameter Quota Timer Quota Timer Tunnel Quota Parameter - Time-sharing configuration parameters. See
tunnel_quota_parameter
below.
- begin
Time String - The time-sharing configuration start time. Reference value: 00:00
- end
Time String - The end time of the timesharing configuration. Reference value: 24:00
- tunnel
Quota Property MapParameter - Time-sharing configuration parameters. See
tunnel_quota_parameter
below.
TunnelQuotaTimerQuotaTimerTunnelQuotaParameter, TunnelQuotaTimerQuotaTimerTunnelQuotaParameterArgs
- Elastic
Reserved intSlot Num - The number of elastic reserved concurrency (Slot).
- Slot
Num int The number of reserved concurrency (Slot).
NOTE: The reserved concurrency (Slot) cannot be modified. The number of concurrency slots must be the same as that of the purchased tunnel quota.
- Elastic
Reserved intSlot Num - The number of elastic reserved concurrency (Slot).
- Slot
Num int The number of reserved concurrency (Slot).
NOTE: The reserved concurrency (Slot) cannot be modified. The number of concurrency slots must be the same as that of the purchased tunnel quota.
- elastic
Reserved IntegerSlot Num - The number of elastic reserved concurrency (Slot).
- slot
Num Integer The number of reserved concurrency (Slot).
NOTE: The reserved concurrency (Slot) cannot be modified. The number of concurrency slots must be the same as that of the purchased tunnel quota.
- elastic
Reserved numberSlot Num - The number of elastic reserved concurrency (Slot).
- slot
Num number The number of reserved concurrency (Slot).
NOTE: The reserved concurrency (Slot) cannot be modified. The number of concurrency slots must be the same as that of the purchased tunnel quota.
- elastic_
reserved_ intslot_ num - The number of elastic reserved concurrency (Slot).
- slot_
num int The number of reserved concurrency (Slot).
NOTE: The reserved concurrency (Slot) cannot be modified. The number of concurrency slots must be the same as that of the purchased tunnel quota.
- elastic
Reserved NumberSlot Num - The number of elastic reserved concurrency (Slot).
- slot
Num Number The number of reserved concurrency (Slot).
NOTE: The reserved concurrency (Slot) cannot be modified. The number of concurrency slots must be the same as that of the purchased tunnel quota.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.