ALIYUN::GA::Accelerator is used to create a Global Accelerator (GA) instance.
Syntax
{
"Type": "ALIYUN::GA::Accelerator",
"Properties": {
"AcceleratorName": String,
"AutoUseCoupon": String,
"PricingCycle": String,
"Duration": String,
"AutoPay": Boolean,
"Spec": String,
"BandwidthBillingType": String,
"InstanceChargeType": String,
"ResourceGroupId": String,
"IpSetConfig": Map,
"EnableCrossBorder": Boolean
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
AcceleratorName | String | No | No | The instance name. | None. |
AutoUseCoupon | String | No | No | Specifies whether to use coupons. | Valid values:
|
PricingCycle | String | No | No | The billing cycle. | Valid values:
|
Duration | String | No | No | The subscription duration. | Valid values:
|
AutoPay | Boolean | No | No | Specifies whether to enable automatic payment. | Valid values:
|
Spec | String | No | No | The instance specification. | Valid values:
|
BandwidthBillingType | String | No | No | The metering method for the bandwidth. | Valid values:
|
InstanceChargeType | String | No | No | The billing method. | Valid values:
Default value: PREPAY. |
ResourceGroupId | String | No | No | The ID of the resource group to which the standard GA instance belongs. | None. |
IpSetConfig | Map | No | No | The configurations of the acceleration area. | For more information, see IpSetConfig property. |
EnableCrossBorder | Boolean | No | No | Specifies whether to enable the cross-border mode. | Valid values:
|
IpSetConfig syntax
"IpSetConfig": {
"AccessMode": String
}
IpSetConfig property
Property | Type | Required | Editable | Description | Constraint |
AccessMode | String | No | No | The access mode of the acceleration area. | Valid values:
|
Return values
Fn::GetAtt
AcceleratorName: the instance name.
AutoUseCoupon: indicates whether coupons are used.
PricingCycle: the billing cycle.
PaymentType: the billing method.
Duration: the subscription duration.
AutoPay: indicates whether automatic payment is enabled.
OrderId: the order ID.
Spec: the instance specification.
AcceleratorId: the instance ID.