有什么方法可以通过CloudFormation为VPCEndpointService设置名称?

问题描述 投票:0回答:1

我有一个模板包含:

AWSTemplateFormatVersion: "2010-09-09"
Resources:
  FooBarEndpointService:
    Type: AWS::EC2::VPCEndpointService
    Properties:
      NetworkLoadBalancerArns:
        - !Ref FooBarLoadBalancer
      AcceptanceRequired: true

当我应用此模板时,创建的 Endpoint Service(在 AWS 控制台 > VPC > Endpoint services 中查看)具有

Name
。有没有办法通过 CloudFormation 模板设置该名称?表中的任何内容都无法有意义地标识端点服务(所有 UID),因此如果我想查看有关特定端点服务的信息,我必须单击表中的每一项。

aws-cloudformation
1个回答
0
投票

近一年过去了,该功能尚未实现

© www.soinside.com 2019 - 2024. All rights reserved.