User Tools

Site Tools


aws:cloudformation-parameters-mappings-refs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
aws:cloudformation-parameters-mappings-refs [30/05/2025 09:39] – created andrewaws:cloudformation-parameters-mappings-refs [16/10/2025 11:52] (current) – [Passing parameters in to a cloudformation file] andrew
Line 15: Line 15:
     Type: AWS::SSM::Parameter     Type: AWS::SSM::Parameter
     Properties:     Properties:
-      Name: AJS-testPara+      Name: TestPara
       Type: String       Type: String
       Value: !Ref ParameterTest       Value: !Ref ParameterTest
Line 22: Line 22:
         Environment: DEV         Environment: DEV
  
 +</code>
 +
 +
 +AWS account parameter templates.
 +
 +<code yaml>
 +Parameters:
 +  Account:
 +    Type: String
 +    Description: "Account ID"
 +    AllowedPattern: "^[0-9]{12}$"
 +    ConstraintDescription: "Your account number must be a 12-digit number."
 +  OrganizationID:
 +    Type: String
 +    Description: "AWS Org ID"
 +    AllowedPattern: "^o-[a-z0-9]{10,32}$"
 +    ConstraintDescription: "The Org ID must start with 'o-' and be followed by 10 to 32 lowercase letters or digits."
 </code> </code>
  
Line 92: Line 109:
 </code> </code>
  
-This page has been accessed for:- \\+ 
 +---- 
 + 
 +This page has been accessed:- \\
 Today: {{counter|today}} \\ Today: {{counter|today}} \\
 Yesterday: {{counter|yesterday}} \\ Yesterday: {{counter|yesterday}} \\
 Until now: {{counter|total}} \\ Until now: {{counter|total}} \\
  
aws/cloudformation-parameters-mappings-refs.1748597973.txt.gz · Last modified: by andrew

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki