すべてのプロダクト
Search
ドキュメントセンター

Resource Orchestration Service:ALIYUN::EBS::DiskReplicaGroup

最終更新日:Jun 19, 2026

Elastic Block Storage (EBS) の非同期レプリケーション用に、整合性レプリケーショングループを作成します。

構文

{
  "Type": "ALIYUN::EBS::DiskReplicaGroup",
  "Properties": {
    "RPO": Integer,
    "SourceRegionId": String,
    "Description": String,
    "DiskReplicaGroupName": String,
    "ResourceGroupId": String,
    "DestinationRegionId": String,
    "DestinationZoneId": String,
    "SourceZoneId": String,
    "Tags": List
  }
}

プロパティ

プロパティ名

タイプ

必須

更新可能

説明

制約

RPO

Integer

いいえ

はい

整合性レプリケーショングループの目標復旧時点 (RPO) です。

単位:秒。

サポートされている値は 900 秒のみです。

SourceRegionId

String

はい

いいえ

プライマリサイトのリージョン ID です。

なし

Description

String

いいえ

はい

本番サイトのゾーン ID です。

説明は 2〜256 文字である必要があります。 http:// または https:// で始めることはできません。

DiskReplicaGroupName

String

いいえ

はい

整合性レプリケーショングループの名前です。

名前は 2〜128 文字である必要があります。英字で始める必要があります。 http:// または https:// で始めることはできません。数字、コロン (:)、アンダースコア (_)、ハイフン (-) を含めることができます。

ResourceGroupId

String

いいえ

はい

リソースグループの ID です。

なし

DestinationRegionId

String

はい

いいえ

セカンダリサイトのリージョン ID です。

なし

DestinationZoneId

String

はい

いいえ

セカンダリサイトのゾーン ID です。

なし

SourceZoneId

String

はい

いいえ

プライマリサイトのゾーン ID です。

なし

Tags

List

いいえ

はい

カスタムタグです。

詳細については、「Tags プロパティ」をご参照ください。

Tags の構文

"Tags": [
  {
    "Value": String,
    "Key": String
  }
]

Tags プロパティ

プロパティ名

タイプ

必須

更新可能

説明

制約

Value

String

いいえ

いいえ

タグの値です。

値は最大 128 文字です。 aliyun または acs: で始めることはできません。 http:// または https:// を含めることはできません。

Key

String

はい

いいえ

タグのキーです。

キーは 1〜128 文字である必要があります。 aliyun または acs: で始めることはできません。 http:// または https:// を含めることはできません。

戻り値

Fn::GetAtt

  • Site:指定されたサイトのレコードです。

  • Description:整合性レプリケーショングループの説明です。

  • PairNumber:整合性レプリケーショングループ内のレプリケーションペアの数です。

  • DiskReplicaGroupName:整合性レプリケーショングループの名前です。

  • StandbyZone:レプリケーショングループの初期レプリケーション先ゾーンです。

  • ResourceGroupId:リソースグループの ID です。

  • PrimaryRegion:レプリケーショングループの初期レプリケーション元リージョンです。

  • LastRecoverPoint:整合性レプリケーショングループの最後の非同期レプリケーションが完了したタイムスタンプです。

  • PairIds:整合性レプリケーショングループ内のレプリケーションペア ID のリストです。

  • ReplicaGroupId:整合性レプリケーショングループの ID です。

  • RPO:整合性レプリケーショングループの目標復旧時点 (RPO) です。

  • SourceRegionId:プライマリサイトのリージョン ID。

  • DestinationRegionId:セカンダリサイトのリージョン ID です。

  • DestinationZoneId:セカンダリサイトのゾーン ID です。

  • PrimaryZone:レプリケーショングループの初期レプリケーション元ゾーンです。

  • SourceZoneId:プライマリサイトのゾーン ID です。

  • StandbyRegion:レプリケーショングループの初期レプリケーション先リージョンです。

  • Tags:カスタムタグです。

使用例

  • YAML 形式

    ROSTemplateFormatVersion: '2015-09-01'
    Parameters: {}
    Resources:
      ExtensionResource:
        Type: ALIYUN::EBS::DiskReplicaGroup
        Properties:
          RPO: 900
          SourceRegionId:
            Ref: ALIYUN::Region
          DiskReplicaGroupName: myreplicagrouptest
          DestinationRegionId: cn-beijing
          DestinationZoneId: cn-beijing-h
          SourceZoneId:
            Fn::Select:
              - '0'
              - Fn::GetAZs:
                  Ref: ALIYUN::Region
    Outputs:
      Site:
        Description: 'レプリケーションペアと整合性レプリケーショングループのサイト情報ソースです。'
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - Site
      Description:
        Description: 整合性レプリケーショングループの説明です。
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - Description
      PairNumber:
        Description: 整合性レプリケーショングループ内のレプリケーションペアの数です。
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - PairNumber
      DiskReplicaGroupName:
        Description: 整合性レプリケーショングループの名前です。
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - DiskReplicaGroupName
      StandbyZone:
        Description: レプリケーショングループの初期レプリケーション先ゾーンです。
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - StandbyZone
      ResourceGroupId:
        Description: リソースグループの ID です。
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - ResourceGroupId
      PrimaryRegion:
        Description: レプリケーショングループの初期レプリケーション元リージョンです。
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - PrimaryRegion
      LastRecoverPoint:
        Description: '整合性レプリケーショングループの最後の非同期レプリケーションが完了したタイムスタンプです。単位:秒。'
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - LastRecoverPoint
      PairIds:
        Description: 整合性レプリケーショングループ内のレプリケーションペア ID のリストです。
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - PairIds
      ReplicaGroupId:
        Description: 整合性レプリケーショングループの ID です。
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - ReplicaGroupId
      RPO:
        Description: 整合性レプリケーショングループの RPO です。単位:秒。
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - RPO
      SourceRegionId:
        Description: プライマリサイトのリージョン ID です。
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - SourceRegionId
      DestinationRegionId:
        Description: セカンダリサイトのリージョン ID です。
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - DestinationRegionId
      DestinationZoneId:
        Description: セカンダリサイトのゾーン ID です。
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - DestinationZoneId
      PrimaryZone:
        Description: レプリケーショングループの初期レプリケーション元ゾーンです。
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - PrimaryZone
      SourceZoneId:
        Description: プライマリサイトのゾーン ID です。
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - SourceZoneId
      StandbyRegion:
        Description: レプリケーショングループの初期レプリケーション先リージョンです。
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - StandbyRegion
      Tags:
        Description: 整合性レプリケーショングループのタグです。
        Value:
          Fn::GetAtt:
            - ExtensionResource
            - Tags
  • JSON 形式

    {
      "ROSTemplateFormatVersion": "2015-09-01",
      "Parameters": {
      },
      "Resources": {
        "ExtensionResource": {
          "Type": "ALIYUN::EBS::DiskReplicaGroup",
          "Properties": {
            "RPO": 900,
            "SourceRegionId": {
              "Ref": "ALIYUN::Region"
            },
            "DiskReplicaGroupName": "myreplicagrouptest",
            "DestinationRegionId": "cn-beijing",
            "DestinationZoneId": "cn-beijing-h",
            "SourceZoneId": {
              "Fn::Select": [
                "0",
                {
                  "Fn::GetAZs": {
                    "Ref": "ALIYUN::Region"
                  }
                }
              ]
            }
          }
        }
      },
      "Outputs": {
        "Site": {
          "Description": "レプリケーションペアと整合性レプリケーショングループのサイト情報ソースです。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "Site"
            ]
          }
        },
        "Description": {
          "Description": "整合性レプリケーショングループの説明です。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "Description"
            ]
          }
        },
        "PairNumber": {
          "Description": "整合性レプリケーショングループ内のレプリケーションペアの数です。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "PairNumber"
            ]
          }
        },
        "DiskReplicaGroupName": {
          "Description": "整合性レプリケーショングループの名前です。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "DiskReplicaGroupName"
            ]
          }
        },
        "StandbyZone": {
          "Description": "レプリケーショングループの初期レプリケーション先ゾーンです。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "StandbyZone"
            ]
          }
        },
        "ResourceGroupId": {
          "Description": "リソースグループの ID です。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "ResourceGroupId"
            ]
          }
        },
        "PrimaryRegion": {
          "Description": "レプリケーショングループの初期レプリケーション元リージョンです。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "PrimaryRegion"
            ]
          }
        },
        "LastRecoverPoint": {
          "Description": "整合性レプリケーショングループの最後の非同期レプリケーションが完了したタイムスタンプです。単位:秒。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "LastRecoverPoint"
            ]
          }
        },
        "PairIds": {
          "Description": "整合性レプリケーショングループ内のレプリケーションペア ID のリストです。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "PairIds"
            ]
          }
        },
        "ReplicaGroupId": {
          "Description": "整合性レプリケーショングループの ID です。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "ReplicaGroupId"
            ]
          }
        },
        "RPO": {
          "Description": "整合性レプリケーショングループの RPO です。単位:秒。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "RPO"
            ]
          }
        },
        "SourceRegionId": {
          "Description": "プライマリサイトのリージョン ID です。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "SourceRegionId"
            ]
          }
        },
        "DestinationRegionId": {
          "Description": "セカンダリサイトのリージョン ID です。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "DestinationRegionId"
            ]
          }
        },
        "DestinationZoneId": {
          "Description": "セカンダリサイトのゾーン ID です。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "DestinationZoneId"
            ]
          }
        },
        "PrimaryZone": {
          "Description": "レプリケーショングループの初期レプリケーション元ゾーンです。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "PrimaryZone"
            ]
          }
        },
        "SourceZoneId": {
          "Description": "プライマリサイトのゾーン ID です。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "SourceZoneId"
            ]
          }
        },
        "StandbyRegion": {
          "Description": "レプリケーショングループの初期レプリケーション先リージョンです。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "StandbyRegion"
            ]
          }
        },
        "Tags": {
          "Description": "整合性レプリケーショングループのタグです。",
          "Value": {
            "Fn::GetAtt": [
              "ExtensionResource",
              "Tags"
            ]
          }
        }
      }
    }