AWS::GameLift::ContainerGroupDefinition
missing ContainerDefinitions
, TotalMemoryLimitMebibytes
and TotalVcpuLimit
property
#1819
Labels
kind/engineering
Work that is not visible to an external user
AWS::GameLift::ContainerGroupDefinition
started missing theContainerDefinitions
,TotalMemoryLimitMebibytes
andTotalVcpuLimit
properties in the CloudFormation schema. Additionally the docs mention the resource is not available even though the API says it is (marked as public/live).This change would break the resource because
TotalMemoryLimitMebibytes
andTotalVcpuLimit
are required properties.I reached out to AWS about this issue: aws-cloudformation/cloudformation-coverage-roadmap#2180.
Currently this is blocking pulling in new changes from CloudControl (unless we accept the breaking changes). There's no other important changes in the schema so far.
The text was updated successfully, but these errors were encountered: