AWS cli documentation change
Summary
Added 'BLOB_MOUNTING' as configurable account setting with 'ENABLED/DISABLED' values
Security assessment
Documents security control for configuring blob mounting feature
Diff
diff --git a/cli/latest/reference/ecr/put-account-setting.md b/cli/latest/reference/ecr/put-account-setting.md index dfb7d180c..564ff7259 100644 --- a//cli/latest/reference/ecr/put-account-setting.md +++ b//cli/latest/reference/ecr/put-account-setting.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -95 +95 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ecr-20 -> The name of the account setting, such as `BASIC_SCAN_TYPE_VERSION` or `REGISTRY_POLICY_SCOPE` . +> The name of the account setting, such as `BASIC_SCAN_TYPE_VERSION` , `REGISTRY_POLICY_SCOPE` , or `BLOB_MOUNTING` . @@ -106 +106 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ecr-20 -> Setting value that is specified. The following are valid values for the basic scan type being used: `AWS_NATIVE` or `CLAIR` . The following are valid values for the registry policy scope being used: `V1` or `V2` . +> Setting value that is specified. Valid value for basic scan type: `AWS_NATIVE` . Valid values for registry policy scope: `V1` or `V2` . Valid values for blob mounting: `ENABLED` or `DISABLED` . @@ -232 +232 @@ value -> (string) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »