我想在 cloudformation 参数部分获取与特定 VPC 关联的安全组列表。
"VpcId":{
"Description":"Choose the VPC ID"
"Type":"AWS::EC2::VPC::Id"
},
"SecurityGroupsID":{
"Description": "Choose availablity zone Availability Zone of the Subnet",
"Type":"List<AWS::EC2::SecurityGroup::Id>"
"AllowedValues":*******
},
Run Code Online (Sandbox Code Playgroud)
什么应该是allowedvalues..?