AssociationProperty value | Deskripsi | AssociationPropertyMetadata yang Sesuai |
ALIYUN::ACR::Namespace::Name | Kueri namespace gambar kontainer. | Kode contoh Contoh JSON: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"RegionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::RegionId"
},
"ACRNamespace": {
"Type": "String",
"AssociationProperty": "ALIYUN::ACR::Namespace::Name",
"AssociationPropertyMetadata": {
"RegionId": "${RegionId}",
"Status": "NORMAL"
}
}
}
}
Contoh YAML: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
RegionId:
Type: String
AssociationProperty: ALIYUN::ECS::RegionId
ACRNamespace:
Type: String
AssociationProperty: ALIYUN::ACR::Namespace::Name
AssociationPropertyMetadata:
RegionId: ${RegionId}
Status: NORMAL
|
ALIYUN::ACR::Repo::RepoAttribute | Kueri repository gambar kontainer edisi pribadi. | Kode contoh Contoh JSON: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"RegionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::RegionId"
},
"ACRRepo": {
"Type": "String",
"AssociationProperty": "ALIYUN::ACR::Repo::RepoAttribute",
"AssociationPropertyMetadata": {
"RegionId": "${RegionId}"
}
}
}
}
Contoh YAML: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
RegionId:
Type: String
AssociationProperty: ALIYUN::ECS::RegionId
ACRRepo:
Type: String
AssociationProperty: ALIYUN::ACR::Repo::RepoAttribute
AssociationPropertyMetadata:
RegionId: ${RegionId}
|
ALIYUN::ACR::Repo::Tag | Kueri informasi tag gambar kontainer. | RegionId: ID wilayah (default ke wilayah stack). RepoName: nama repository image. RepoNamespace: nama namespace.
Kode contoh Contoh JSON: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"RegionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::RegionId"
},
"ACRTag": {
"Type": "String",
"AssociationProperty": "ALIYUN::ACR::Repo::Tag",
"AssociationPropertyMetadata": {
"RegionId": "${RegionId}"
}
}
}
}
Contoh YAML: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
RegionId:
Type: String
AssociationProperty: ALIYUN::ECS::RegionId
ACRTag:
Type: String
AssociationProperty: ALIYUN::ACR::Repo::Tag
AssociationPropertyMetadata:
RegionId: ${RegionId}
|