# AWS::GreengrassV2::Deployment ComponentDeploymentSpecification ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "ComponentVersion" : String,
    "ConfigurationUpdate" : ComponentConfigurationUpdate,
    "RunWith" : ComponentRunWith
}
### YAML
ComponentVersion: String
ConfigurationUpdate: ComponentConfigurationUpdate
RunWith: ComponentRunWith
## Properties #### ComponentVersion _Required_: No _Type_: String _Minimum_: 1 _Maximum_: 64 _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### ConfigurationUpdate _Required_: No _Type_: ComponentConfigurationUpdate _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### RunWith _Required_: No _Type_: ComponentRunWith _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)