AWS cli documentation change
Summary
Added storageConfiguration output field showing FSx ONTAP configuration including credentialsSecretArn
Security assessment
Documents output fields containing sensitive credentialsSecretArn values, improving visibility of security-related configurations. No vulnerability fix indicated.
Diff
diff --git a/cli/latest/reference/mgn/describe-replication-configuration-templates.md b/cli/latest/reference/mgn/describe-replication-configuration-templates.md index 243e2fa98..1bd8bbdff 100644 --- a//cli/latest/reference/mgn/describe-replication-configuration-templates.md +++ b//cli/latest/reference/mgn/describe-replication-configuration-templates.md @@ -15 +15 @@ - * [AWS CLI 2.35.3 Command Reference](../../index.html) » + * [AWS CLI 2.35.5 Command Reference](../../index.html) » @@ -70 +69,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 - [--cli-input-json | --cli-input-yaml] @@ -73,0 +73 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/mgn-20 + [--cli-input-json | --cli-input-yaml] @@ -125,2 +124,0 @@ Syntax: -`--cli-input-json` | `--cli-input-yaml` (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by `--generate-cli-skeleton`. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with `--cli-input-yaml`. - @@ -144,0 +143,2 @@ Syntax: +`--cli-input-json` | `--cli-input-yaml` (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by `--generate-cli-skeleton`. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with `--cli-input-yaml`. + @@ -472,0 +473,43 @@ items -> (list) +>> +>> storageConfiguration -> (structure) +>> +>>> Replication Configuration template storage configuration. +>>> +>>> storageType -> (string) [required] +>>> +>>>> Storage configuration storage type. +>>>> +>>>> Possible values: +>>>> +>>>> * `EBS` +>>>> * `FSX_ONTAP` +>>>> + +>>> +>>> fsxOntapConfiguration -> (structure) +>>> +>>>> Storage configuration FSx ONTAP configuration. +>>>> +>>>> storageVirtualMachineId -> (string) [required] +>>>> +>>>>> FSx ONTAP configuration storage virtual machine ID. +>>>>> +>>>>> Constraints: +>>>>> +>>>>> * min: `21` +>>>>> * max: `21` +>>>>> * pattern: `(svm-[0-9a-f]{17,})` +>>>>> + +>>>> +>>>> credentialsSecretArn -> (string) [required] +>>>> +>>>>> FSx ONTAP configuration credentials secret ARN. +>>>>> +>>>>> Constraints: +>>>>> +>>>>> * min: `20` +>>>>> * max: `256` +>>>>> * pattern: `arn:[\w-]+:secretsmanager:([a-z]{2}-(gov-)?[a-z]+-\d{1})?:(\d{12})?:secret:(.+)` +>>>>> + @@ -495 +538 @@ nextToken -> (string) - * [AWS CLI 2.35.3 Command Reference](../../index.html) » + * [AWS CLI 2.35.5 Command Reference](../../index.html) »