Stack / Attribute / custom_json

custom_json#

OpsWorks.Stack.custom_json#
  • (string) –

    A JSON object that contains user-defined attributes to be added to the stack configuration and deployment attributes. You can use custom JSON to override the corresponding default stack configuration attribute values or to pass data to recipes. The string should be in the following format:

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

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