Difference between revisions of "AWS CloudFormation Parameters"

From wikieduonline
Jump to navigation Jump to search
Line 20: Line 20:
 
* <code>[[aws cloudformation deploy]] --template-file  /path_to_template/template.json --stack-name my-new-stack-name [[--parameter-overrides]] BucketName={bucket_name}</code>
 
* <code>[[aws cloudformation deploy]] --template-file  /path_to_template/template.json --stack-name my-new-stack-name [[--parameter-overrides]] BucketName={bucket_name}</code>
 
* <code>[[Mappings:]]</code>
 
* <code>[[Mappings:]]</code>
* [[Conditions:]]
+
* <code>[[Conditions:]]</code>
* [[Resources:]]
+
* <code>[[Resources:]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 18:31, 5 May 2022

Parameters:


Parameters:
  NameOfYourParameter:
    Type: String
    Description: your description


An error occurred (ValidationError) when calling the CreateChangeSet operation: Parameters: [YourParameter] must have value
An error occurred (ValidationError) when calling the CreateChangeSet operation: Template error: Unable to get mapping for Config::YOURINFO::PrivateSubnetTwo

Related

See also

Advertising: