Closed ejholmes closed 6 years ago
For parity with AWS::ECS::Service, this adds a Name attribute to Custom::ECSService, so that "Fn::GetAtt": ["Service", "Name"] works as expected.
Name
Custom::ECSService
"Fn::GetAtt": ["Service", "Name"]
For parity with AWS::ECS::Service, this adds a
Name
attribute toCustom::ECSService
, so that"Fn::GetAtt": ["Service", "Name"]
works as expected.