AssociationProperty取值 | 说明 | 对应的AssociationPropertyMetadata |
ALIYUN::ACR::Namespace::Name | 查询容器镜像命名空间。 | 示例代码 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"
}
}
}
}
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 | 查询个人版容器镜像仓库。 | 示例代码 JSON示例: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"RegionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::RegionId"
},
"ACRRepo": {
"Type": "String",
"AssociationProperty": "ALIYUN::ACR::Repo::RepoAttribute",
"AssociationPropertyMetadata": {
"RegionId": "${RegionId}"
}
}
}
}
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 | 查询容器镜像标签信息。 | 示例代码 JSON示例: {
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"RegionId": {
"Type": "String",
"AssociationProperty": "ALIYUN::ECS::RegionId"
},
"ACRTag": {
"Type": "String",
"AssociationProperty": "ALIYUN::ACR::Repo::Tag",
"AssociationPropertyMetadata": {
"RegionId": "${RegionId}"
}
}
}
}
YAML示例: ROSTemplateFormatVersion: '2015-09-01'
Parameters:
RegionId:
Type: String
AssociationProperty: ALIYUN::ECS::RegionId
ACRTag:
Type: String
AssociationProperty: ALIYUN::ACR::Repo::Tag
AssociationPropertyMetadata:
RegionId: ${RegionId}
|