You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Exits with a non-zero error code if any findings categorized as blocking are fou
75
75
| Arguments | Required | Options | Description |
76
76
| --------- | -------- | ---------| ----------- |
77
77
| --template-path | Yes | FILE_NAME | The path to the CloudFormation template. |
78
-
| --region |Yes | REGION | The destination region the resources will be deployed to. |
78
+
| --region || REGION | The destination region the resources will be deployed to. If not specified, defaults to the AWS_REGION or AWS_DEFAULT_REGION environment variable. |
79
79
| --parameters || KEY=VALUE [KEY=VALUE ...]| Keys and values for CloudFormation template parameters. Only parameters that are referenced by IAM policies in the template are required. |
80
80
| --template-configuration-file | | FILE_PATH.json | A JSON formatted file that specifies template parameter values. Identical values passed in the --parameters flag override parameters in this file. Supports three formats: the [CodePipeline template configuration file](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-cfn-artifacts.html#w2ab1c21c15c15) format (`{"Parameters": {"Key": "Value"}}`), the [CloudFormation parameter file](https://docs.aws.amazon.com/cli/latest/reference/cloudformation/deploy.html) format (`[{"ParameterKey": "Key", "ParameterValue": "Value"}, ...]`), and a simple Key=Value string array (`["Key1=Value1", "Key2=Value2"]`).
81
81
| --profile || PROFILE | The named profile to use for AWS API calls. |
@@ -98,7 +98,7 @@ Parses IAM identity-based and resource-based policies from AWS CloudFormation te
98
98
| Arguments | Required | Options | Description |
99
99
| --------- | -------- | ---------| ----------- |
100
100
| --template-path | Yes | FILE_NAME | The path to the CloudFormation template. |
101
-
| --region |Yes | REGION | The destination region the resources will be deployed to. |
101
+
| --region || REGION | The destination region the resources will be deployed to. If not specified, defaults to the AWS_REGION or AWS_DEFAULT_REGION environment variable. |
102
102
| --parameters || KEY=VALUE [KEY=VALUE ...]| Keys and values for CloudFormation template parameters. Only parameters that are referenced by IAM policies in the template are required. |
103
103
| --template-configuration-file | | FILE_PATH.json | A JSON formatted file that specifies template parameter values. Identical values passed in the --parameters flag override parameters in this file. Supports three formats: the [CodePipeline template configuration file](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-cfn-artifacts.html#w2ab1c21c15c15) format (`{"Parameters": {"Key": "Value"}}`), the [CloudFormation parameter file](https://docs.aws.amazon.com/cli/latest/reference/cloudformation/deploy.html) format (`[{"ParameterKey": "Key", "ParameterValue": "Value"}, ...]`), and a simple Key=Value string array (`["Key1=Value1", "Key2=Value2"]`).
104
104
| --profile || PROFILE | The named profile to use for AWS API calls. |
@@ -120,7 +120,7 @@ Parses IAM identity-based and resource-based policies from AWS CloudFormation te
120
120
| Arguments | Required | Options | Description |
121
121
| --------- | -------- | ---------| ----------- |
122
122
| --template-path | Yes | FILE_NAME | The path to the CloudFormation template. |
123
-
| --region |Yes | REGION | The destination region the resources will be deployed to. |
123
+
| --region || REGION | The destination region the resources will be deployed to. If not specified, defaults to the AWS_REGION or AWS_DEFAULT_REGION environment variable. |
124
124
| --parameters || KEY=VALUE [KEY=VALUE ...]| Keys and values for CloudFormation template parameters. Only parameters that are referenced by IAM policies in the template are required. |
125
125
| --template-configuration-file | | FILE_PATH.json | A JSON formatted file that specifies template parameter values. Identical values passed in the --parameters flag override parameters in this file. Supports three formats: the [CodePipeline template configuration file](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-cfn-artifacts.html#w2ab1c21c15c15) format (`{"Parameters": {"Key": "Value"}}`), the [CloudFormation parameter file](https://docs.aws.amazon.com/cli/latest/reference/cloudformation/deploy.html) format (`[{"ParameterKey": "Key", "ParameterValue": "Value"}, ...]`), and a simple Key=Value string array (`["Key1=Value1", "Key2=Value2"]`).
126
126
| --profile || PROFILE | The named profile to use for AWS API calls. |
@@ -142,7 +142,7 @@ Parses resource-based policies from AWS CloudFormation templates. Then runs the
142
142
| Arguments | Required | Options | Description |
143
143
| --------- | -------- | ---------| ----------- |
144
144
| --template-path | Yes | FILE_NAME | The path to the CloudFormation template. |
145
-
| --region |Yes | REGION | The destination region the resources will be deployed to. |
145
+
| --region || REGION | The destination region the resources will be deployed to. If not specified, defaults to the AWS_REGION or AWS_DEFAULT_REGION environment variable. |
146
146
| --parameters || KEY=VALUE [KEY=VALUE ...]| Keys and values for CloudFormation template parameters. Only parameters that are referenced by IAM policies in the template are required. |
147
147
| --template-configuration-file | | FILE_PATH.json | A JSON formatted file that specifies template parameter values. Identical values passed in the --parameters flag override parameters in this file. Supports three formats: the [CodePipeline template configuration file](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-cfn-artifacts.html#w2ab1c21c15c15) format (`{"Parameters": {"Key": "Value"}}`), the [CloudFormation parameter file](https://docs.aws.amazon.com/cli/latest/reference/cloudformation/deploy.html) format (`[{"ParameterKey": "Key", "ParameterValue": "Value"}, ...]`), and a simple Key=Value string array (`["Key1=Value1", "Key2=Value2"]`).
148
148
| --profile || PROFILE | The named profile to use for AWS API calls. |
@@ -163,7 +163,7 @@ Parses IAM identity-based and resource-based policies from AWS CloudFormation te
163
163
| Arguments | Required | Options | Description |
164
164
| --------- | -------- | ---------| ----------- |
165
165
| --template-path | Yes | FILE_NAME | The path to the CloudFormation template. |
166
-
| --region |Yes | REGION | The destination region the resources will be deployed to. |
166
+
| --region || REGION | The destination region the resources will be deployed to. If not specified, defaults to the AWS_REGION or AWS_DEFAULT_REGION environment variable. |
167
167
| --parameters || KEY=VALUE [KEY=VALUE ...]| Keys and values for CloudFormation template parameters. Only parameters that are referenced by IAM policies in the template are required. |
168
168
| --template-configuration-file | | FILE_PATH.json | A JSON formatted file that specifies template parameter values. Identical values passed in the --parameters flag override parameters in this file. Supports three formats: the [CodePipeline template configuration file](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-cfn-artifacts.html#w2ab1c21c15c15) format (`{"Parameters": {"Key": "Value"}}`), the [CloudFormation parameter file](https://docs.aws.amazon.com/cli/latest/reference/cloudformation/deploy.html) format (`[{"ParameterKey": "Key", "ParameterValue": "Value"}, ...]`), and a simple Key=Value string array (`["Key1=Value1", "Key2=Value2"]`).
169
169
| --profile || PROFILE | The named profile to use for AWS API calls. |
0 commit comments