ALIYUN::GA::Accelerator は、Global Accelerator (GA) インスタンスを作成するために使用されます。
構文
{
"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
}
}プロパティ
プロパティ | タイプ | 必須 | 編集可能 | 説明 | 制約 |
AcceleratorName | String | いいえ | いいえ | GA インスタンスの名前。 | なし。 |
AutoUseCoupon | String | いいえ | いいえ | クーポンを使用するかどうかを指定します。 | 有効な値:
|
PricingCycle | String | いいえ | いいえ | 課金サイクルの単位。 | 有効な値:
|
Duration | String | いいえ | いいえ | 課金サイクル。 | 有効な値:
|
AutoPay | Boolean | いいえ | いいえ | 自動支払いを有効にするかどうかを指定します。 | 有効な値:
|
Spec | String | いいえ | いいえ | GA インスタンスの仕様。 | 有効な値:
|
BandwidthBillingType | String | いいえ | いいえ | 帯域幅の課金方法。 | 有効な値:
|
InstanceChargeType | String | いいえ | いいえ | 課金方法。 | 有効な値:
デフォルト値: PREPAY。 |
ResourceGroupId | String | いいえ | いいえ | 標準 GA インスタンスが属するリソースグループの ID。 | なし。 |
IpSetConfig | Map | いいえ | いいえ | アクセラレーションエリアの構成。 | 詳細については、「IpSetConfig プロパティ」をご参照ください。 |
EnableCrossBorder | Boolean | いいえ | いいえ | クロスボーダーモードを有効にするかどうかを指定します。 | 有効な値:
|
IpSetConfig 構文
"IpSetConfig": {
"AccessMode": String
}IpSetConfig プロパティ
プロパティ | タイプ | 必須 | 編集可能 | 説明 | 制約 |
AccessMode | String | いいえ | いいえ | アクセラレーションエリアのアクセスモード。 | 有効な値:
|
戻り値
Fn::GetAtt
AcceleratorName: GA インスタンスの名前。
AutoUseCoupon: クーポンが使用されているかどうかを示します。
PricingCycle: 課金サイクルの単位。
PaymentType: 課金方法。
Duration: 課金サイクル。
AutoPay: 自動支払いが有効になっているかどうかを示します。
OrderId: 注文の ID。
Spec: GA インスタンスの仕様。
AcceleratorId: GA インスタンスの ID。
DnsName: GA インスタンスに割り当てられた CNAME ドメイン名。
例
ROSTemplateFormatVersion: '2015-09-01'
Parameters: {}
Resources:
GaAccelerator:
Type: ALIYUN::GA::Accelerator
Properties:
AcceleratorName: GATest
AutoUseCoupon: 'True'
PricingCycle: Month
Duration: 3
AutoPay: 'True'
Spec: 1
Outputs: {}{
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
},
"Resources": {
"GaAccelerator": {
"Type": "ALIYUN::GA::Accelerator",
"Properties": {
"AcceleratorName": "GATest",
"AutoUseCoupon": "True",
"PricingCycle": "Month",
"Duration": 3,
"AutoPay": "True",
"Spec": 1
}
}
},
"Outputs": {
}
}