AWS cli documentation change
Summary
Added documentation for new 'IdentityProviderCACertificatesBundleS3Uri' parameter allowing custom CA certificate bundles for identity providers
Security assessment
This change documents a new parameter for providing custom CA certificates to establish trust with identity providers. While this enhances security configuration capabilities, there's no evidence it addresses a specific vulnerability or security incident. It proactively improves security by allowing custom trust stores.
Diff
diff --git a/cli/latest/reference/quicksight/update-data-source.md b/cli/latest/reference/quicksight/update-data-source.md index f3f958e4c..4a477efdb 100644 --- a//cli/latest/reference/quicksight/update-data-source.md +++ b//cli/latest/reference/quicksight/update-data-source.md @@ -15 +15 @@ - * [AWS CLI 2.34.40 Command Reference](../../index.html) » + * [AWS CLI 2.34.41 Command Reference](../../index.html) » @@ -827,0 +828,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/quicks +>>> +>>> IdentityProviderCACertificatesBundleS3Uri -> (string) +>>> +>>>> The S3 URI of the identity provider’s CA certificates bundle in PEM format. Use this parameter to provide a custom CA certificate bundle for the identity provider when the default trust store does not include the required certificates. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> * max: `2048` +>>>> * pattern: `^s3://.+/.+` +>>>> + @@ -1145,0 +1158,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/quicks +>>> +>>> IdentityProviderCACertificatesBundleS3Uri -> (string) +>>> +>>>> The S3 URI of the identity provider’s CA certificates bundle in PEM format. Use this parameter to provide a custom CA certificate bundle for the identity provider when the default trust store does not include the required certificates. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> * max: `2048` +>>>> * pattern: `^s3://.+/.+` +>>>> + @@ -1503 +1527,2 @@ JSON Syntax: - "IdentityProviderResourceUri": "string" + "IdentityProviderResourceUri": "string", + "IdentityProviderCACertificatesBundleS3Uri": "string" @@ -1549 +1574,2 @@ JSON Syntax: - "IdentityProviderResourceUri": "string" + "IdentityProviderResourceUri": "string", + "IdentityProviderCACertificatesBundleS3Uri": "string" @@ -2331,0 +2358,12 @@ JSON Syntax: +>>>>>> +>>>>>> IdentityProviderCACertificatesBundleS3Uri -> (string) +>>>>>> +>>>>>>> The S3 URI of the identity provider’s CA certificates bundle in PEM format. Use this parameter to provide a custom CA certificate bundle for the identity provider when the default trust store does not include the required certificates. +>>>>>>> +>>>>>>> Constraints: +>>>>>>> +>>>>>>> * min: `1` +>>>>>>> * max: `2048` +>>>>>>> * pattern: `^s3://.+/.+` +>>>>>>> + @@ -2649,0 +2688,12 @@ JSON Syntax: +>>>>>> +>>>>>> IdentityProviderCACertificatesBundleS3Uri -> (string) +>>>>>> +>>>>>>> The S3 URI of the identity provider’s CA certificates bundle in PEM format. Use this parameter to provide a custom CA certificate bundle for the identity provider when the default trust store does not include the required certificates. +>>>>>>> +>>>>>>> Constraints: +>>>>>>> +>>>>>>> * min: `1` +>>>>>>> * max: `2048` +>>>>>>> * pattern: `^s3://.+/.+` +>>>>>>> + @@ -3134 +3184,2 @@ JSON Syntax: - "IdentityProviderResourceUri": "string" + "IdentityProviderResourceUri": "string", + "IdentityProviderCACertificatesBundleS3Uri": "string" @@ -3180 +3231,2 @@ JSON Syntax: - "IdentityProviderResourceUri": "string" + "IdentityProviderResourceUri": "string", + "IdentityProviderCACertificatesBundleS3Uri": "string" @@ -3439 +3491 @@ Status -> (integer) - * [AWS CLI 2.34.40 Command Reference](../../index.html) » + * [AWS CLI 2.34.41 Command Reference](../../index.html) »