AWS SDK for .NET Documentation
Args Property
AmazonAmazon.OpsWorks.ModelDeploymentCommandArgs Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property Args.

The arguments of those commands that take arguments. It should be set to a JSON object with the following format:

CopyC#
{"arg_name":["value1", "value2", ...]}

Declaration Syntax
C#
public Dictionary<string, List<string>> Args { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)