AssociationProperty の値 | 説明 | 対応する AssociationPropertyMetadata |
ALIYUN::ComputeNest::Artifact::ArtifactId | Compute Nest アーティファクトの情報を照会します。 | サンプルコード JSON の例: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"RegionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::RegionId"
},
"ComputeNestArtifactArtifactId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ComputeNest::Artifact::ArtifactId",
"AssociationPropertyMetadata": {
"RegionId": "${RegionId}"
}
}
}
}
YAML の例: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
RegionId:
Type: String
AssociationProperty: ALIYUN::ECS::RegionId
ComputeNestArtifactArtifactId:
Type: String
AssociationProperty: ALIYUN::ComputeNest::Artifact::ArtifactId
AssociationPropertyMetadata:
RegionId: ${RegionId}
|
ALIYUN::ComputeNest::Artifact::ArtifactIdVersion | Compute Nest アーティファクトのバージョン情報を照会します。 | サンプルコード JSON の例: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"RegionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::RegionId"
},
"ComputeNestArtifactArtifactId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ComputeNest::Artifact::ArtifactId",
"AssociationPropertyMetadata": {
"RegionId": "${RegionId}"
}
},
"ComputeNestArtifactArtifactIdVersion": {
"Type": "String",
"AssociationProperty": "ALIYUN::ComputeNest::Artifact::ArtifactIdVersion",
"AssociationPropertyMetadata": {
"RegionId": "${RegionId}",
"ArtifactId": "${ComputeNestArtifactArtifactId}"
}
}
}
}
YAML の例: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
RegionId:
Type: String
AssociationProperty: ALIYUN::ECS::RegionId
ComputeNestArtifactArtifactId:
Type: String
AssociationProperty: ALIYUN::ComputeNest::Artifact::ArtifactId
AssociationPropertyMetadata:
RegionId: ${RegionId}
ComputeNestArtifactArtifactIdVersion:
Type: String
AssociationProperty: ALIYUN::ComputeNest::Artifact::ArtifactIdVersion
AssociationPropertyMetadata:
RegionId: ${RegionId}
ArtifactId: ${ComputeNestArtifactArtifactId}
|
ALIYUN::ComputeNest::Service::ServiceId | Compute Nest サービスの ID です。 | RegionId:リージョン ID。デフォルト値はスタックのリージョンです。 InUsed:サービスが利用中であるかどうかを指定します。 IsVendor:サービスがベンダーによって提供されているかどうかを指定します。
例: サンプルコード JSON の例: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"RegionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::RegionId"
},
"ServiceId":{
"AssociationProperty":"ALIYUN::ComputeNest::Service::ServiceId",
"Type":"String",
"AssociationPropertyMetadata": {
"RegionId": "${RegionId}"
}
}
}
}
YAML の例: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
RegionId:
Type: String
AssociationProperty: ALIYUN::ECS::RegionId
ServiceId:
AssociationProperty: ALIYUN::ComputeNest::Service::ServiceId
Type: String
AssociationPropertyMetadata:
RegionId: ${RegionId}
例の説明 この例では、ServiceId パラメーターの AssociationProperty を ALIYUN::ComputeNest::Service::ServiceId に設定することで、Compute Nest サービスの ID を取得する方法を示しています。
|
ALIYUN::ComputeNest::ServiceInstance::ServiceInstanceId | Compute Nest サービスインスタンスの ID です。 | 例: サンプルコード JSON の例: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"ServiceId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ComputeNest::Service::ServiceId"
},
"ServiceInstanceId":{
"AssociationProperty":"ALIYUN::ComputeNest::ServiceInstance::ServiceInstanceId",
"Type":"String",
"AssociationPropertyMetadata": {
"ServiceId": "${ServiceId}"
}
}
}
}
YAML の例: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
ServiceId:
Type: String
AssociationProperty: ALIYUN::ComputeNest::Service::ServiceId
ServiceInstanceId:
AssociationProperty: ALIYUN::ComputeNest::ServiceInstance::ServiceInstanceId
Type: String
AssociationPropertyMetadata:
ServiceId: ${ServiceId}
例の説明 この例では、ServiceInstanceId パラメーターの AssociationProperty を ALIYUN::ComputeNest::ServiceInstance::ServiceInstanceId に設定することで、Compute Nest サービスインスタンスの ID を取得する方法を示しています。
|
ALIYUN::ComputeNestSupplier::Service::ServiceVersion | Compute Nest サービスのバージョンです。 | 例: サンプルコード JSON の例: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"ServiceId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ComputeNest::Service::ServiceId"
},
"ServiceVersion":{
"AssociationProperty":"ALIYUN::ComputeNestSupplier::Service::ServiceVersion",
"Type":"String",
"AssociationPropertyMetadata": {
"ServiceId": "${ServiceId}"
}
}
}
}
YAML の例: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
ServiceId:
Type: String
AssociationProperty: ALIYUN::ComputeNest::Service::ServiceId
ServiceVersion:
AssociationProperty: ALIYUN::ComputeNestSupplier::Service::ServiceVersion
Type: String
AssociationPropertyMetadata:
ServiceId: ${ServiceId}
例の説明 この例では、ServiceVersion パラメーターの AssociationProperty を ALIYUN::ComputeNestSupplier::Service::ServiceVersion に設定することで、Compute Nest サービスのバージョンを取得する方法を示しています。
|