本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
AWS.Resource.Import
您可以将以下 AWS 资源导入 AWS TNB:
-
VPC
-
子网
-
路由表
-
互联网网关
-
安全组
语法
tosca.nodes.AWS.Resource.Import
properties:
resource_type: String
resource_id: String
属性
-
resource_type
-
导入到 AWS TNB 的资源类型。
必需:否
类型:列表
-
resource_id
-
导入到 AWS TNB 的资源 ID。
必需:否
类型:列表
示例
SampleImportedVPC type: tosca.nodes.AWS.Resource.Import properties: resource_type: "tosca.nodes.AWS.Networking.VPC" resource_id: "
vpc-123456
"