AWS.Resource.Import - AWS 텔코 네트워크 빌더

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

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"