UNPKG

@aws-amplify/cli-internal

Version:
59 lines (58 loc) 1.47 kB
{ "AWSTemplateFormatVersion": "2010-09-09", "Description": "An auto-generated nested stack.", "Metadata": {}, "Parameters": { "AppSyncApiId": { "Type": "String", "Description": "The id of the AppSync API associated with this project." }, "AppSyncApiName": { "Type": "String", "Description": "The name of the AppSync API", "Default": "AppSyncSimpleTransform" }, "env": { "Type": "String", "Description": "The environment name. e.g. Dev, Test, or Production", "Default": "NONE" }, "S3DeploymentBucket": { "Type": "String", "Description": "The S3 bucket containing all deployment assets for the project." }, "S3DeploymentRootKey": { "Type": "String", "Description": "An S3 key relative to the S3DeploymentBucket that points to the root\nof the deployment directory." } }, "Resources": { "EmptyResource": { "Type": "Custom::EmptyResource", "Condition": "AlwaysFalse" } }, "Conditions": { "HasEnvironmentParameter": { "Fn::Not": [ { "Fn::Equals": [ { "Ref": "env" }, "NONE" ] } ] }, "AlwaysFalse": { "Fn::Equals": ["true", "false"] } }, "Outputs": { "EmptyOutput": { "Description": "An empty output. You may delete this if you have at least one resource above.", "Value": "" } } }