Difference between revisions of "AWS CloudFormation Parameters"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
* [[Cloudformation AWS::S3::Bucket example]] | * [[Cloudformation AWS::S3::Bucket example]] | ||
* <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> | ||
− | * [[Mappings:]] | + | * <code>[[Mappings:]]</code> |
* [[Conditions:]] | * [[Conditions:]] | ||
* [[Resources:]] | * [[Resources:]] |
Revision as of 15:50, 27 April 2022
Parameters:
Related
- Cloudformation AWS::S3::Bucket example
aws cloudformation deploy --template-file /path_to_template/template.json --stack-name my-new-stack-name --parameter-overrides BucketName={bucket_name}
Mappings:
- Conditions:
- Resources:
See also
- AWS CloudFormation,
AWS::CloudFormation
AWS CloudFormation Designer, Drift detection, AWS Cloud Development Kit (CDK),aws cloudformation
,ServicesStack:
, AWS CloudFormation Linter (cfn-lint
), Former2, CloudCraft, Change sets, AWS CloudFormation Public Registry, CloudFormation snippets, CloudFormation templates, StackSets,Outputs:
,Type:
,Fn::Sub
,!Ref
, CloudFormation Parameters, AWS CloudFormation Templates, CloudFormation functions
Advertising: