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

A string that contains user-defined, custom JSON. It is used to override the corresponding default stack configuration JSON values. The string should be in the following format and must escape characters such as '"'.:

CopyC#
"{\"key1\": \"value1\", \"key2\": \"value2\",...}"

For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration JSON.

Declaration Syntax
C#
public string CustomJson { get; set; }

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