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
* same secret data, the operation succeeds but does nothing. However, if the secret data is
54
54
* different, then the operation fails because you can't modify an existing version; you can
55
55
* only create new ones.</p>
56
-
* <p>Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters except <code>SecretBinary</code>or <code>SecretString</code> because it might be logged. For more information, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieve-ct-entries.html">Logging Secrets Manager events with CloudTrail</a>.</p>
56
+
* <p>Secrets Manager generates a CloudTrail log entry when you call this action. Do not include sensitive information in request parameters except <code>SecretBinary</code>, <code>SecretString</code>, or <code>RotationToken</code> because it might be logged. For more information, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieve-ct-entries.html">Logging Secrets Manager events with CloudTrail</a>.</p>
* <p>Either <code>SecretString</code> or <code>SecretBinary</code> must have a value, but not
507
507
* both.</p>
508
508
* <p>This parameter is not available in the Secrets Manager console.</p>
509
+
* <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
* <p>If you create a secret by using the Secrets Manager console then Secrets Manager puts the protected
519
520
* secret text in only the <code>SecretString</code> parameter. The Secrets Manager console stores the
520
521
* information as a JSON structure of key/value pairs that a Lambda rotation function can parse.</p>
522
+
* <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
* <p>Specifies whether automatic rotation is turned on for this secret.</p>
971
+
* <p>Specifies whether automatic rotation is turned on for this secret. If the secret has never been configured for rotation, Secrets Manager returns null.</p>
970
972
* <p>To turn on rotation, use <a>RotateSecret</a>. To turn off
* <p>The ARN or name of the secret to retrieve.</p>
1221
+
* <p>The ARN or name of the secret to retrieve. To retrieve a secret from another account, you must use an ARN.</p>
1220
1222
* <p>For an ARN, we recommend that you specify a complete ARN rather
1221
1223
* than a partial ARN. See <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen">Finding a secret from a partial ARN</a>.</p>
* <p>If the secret was created by using the Secrets Manager console, or if the secret value was
1274
1276
* originally provided as a string, then this field is omitted. The secret value appears in
1275
1277
* <code>SecretString</code> instead.</p>
1278
+
* <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
* <p>If this secret was created by using the console, then Secrets Manager stores the information as a
1284
1287
* JSON structure of key/value pairs. </p>
1288
+
* <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
* <p>You must include <code>SecretBinary</code> or <code>SecretString</code>, but not both.</p>
1744
1748
* <p>You can't access this value from the Secrets Manager console.</p>
1749
+
* <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
* <p>The text to encrypt and store in the new version of the secret. </p>
1751
1756
* <p>You must include <code>SecretBinary</code> or <code>SecretString</code>, but not both.</p>
1752
1757
* <p>We recommend you create the secret string as JSON key/value pairs, as shown in the example.</p>
1758
+
* <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
* <p>A unique identifier that indicates the source of the request. For cross-account rotation (when you rotate a secret in one account by using a Lambda rotation function in another account) and the Lambda rotation function assumes an IAM role to call Secrets Manager, Secrets Manager validates the identity with the rotation token. For more information, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets.html">How rotation works</a>.</p>
1780
+
* <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
* <code>SecretString</code> must have a value, but not both.</p>
2111
2124
* <p>You can't access this parameter in the Secrets Manager console.</p>
2125
+
* <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
* version of the secret. We recommend you use a JSON structure of key/value pairs for your secret value. </p>
2119
2133
* <p>Either <code>SecretBinary</code> or <code>SecretString</code> must have
2120
2134
* a value, but not both. </p>
2135
+
* <p>Sensitive: This field contains sensitive information, so the service does not include it in CloudTrail log entries. If you create your own log entries, you must also avoid logging the information in this field.</p>
0 commit comments