Method: Aws::AppMesh::Types::CreateVirtualRouterInput#mesh_owner
- Defined in:
- lib/aws-sdk-appmesh/types.rb
#mesh_owner ⇒ String
The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see [Working with shared meshes].
[1]: docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html
654 655 656 657 658 659 660 661 662 663 |
# File 'lib/aws-sdk-appmesh/types.rb', line 654 class CreateVirtualRouterInput < Struct.new( :client_token, :mesh_name, :mesh_owner, :spec, :tags, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |