This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ECS::Cluster ClusterConfiguration
The execute command and managed storage configuration for the cluster.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ExecuteCommandConfiguration" :ExecuteCommandConfiguration, "ManagedStorageConfiguration" :ManagedStorageConfiguration}
YAML
ExecuteCommandConfiguration:ExecuteCommandConfigurationManagedStorageConfiguration:ManagedStorageConfiguration
Properties
- ExecuteCommandConfiguration
- 
                    The details of the execute command configuration. Required: No Type: ExecuteCommandConfiguration Update requires: No interruption 
- ManagedStorageConfiguration
- 
                    The details of the managed storage configuration. Required: No Type: ManagedStorageConfiguration Update requires: No interruption