AWS cli documentation change
Summary
Added new provider enums (GITLAB, BITBUCKET, CONFLUENCE), documented targetUrl and privateConnectionName fields, and updated navigation links/CLI version.
Security assessment
Added documentation for privateConnectionName field which enables secure private networking to self-hosted instances. While this describes a security feature, there's no evidence of addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/securityagent/get-integration.md b/cli/latest/reference/securityagent/get-integration.md index b20f1ee3b..d7c2592a4 100644 --- a//cli/latest/reference/securityagent/get-integration.md +++ b//cli/latest/reference/securityagent/get-integration.md @@ -13 +13 @@ - * [next](initiate-provider-registration.html "initiate-provider-registration") | + * [next](get-security-requirement-pack.html "get-security-requirement-pack") | @@ -15 +15 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -23 +23 @@ - * [initiate-provider-registration →](initiate-provider-registration.html "next chapter \(use the right arrow\)") + * [get-security-requirement-pack →](get-security-requirement-pack.html "next chapter \(use the right arrow\)") @@ -224,0 +225,3 @@ provider -> (string) +> * `GITLAB` +> * `BITBUCKET` +> * `CONFLUENCE` @@ -246,0 +250,8 @@ kmsKeyId -> (string) +targetUrl -> (string) + +> The HTTPS URL of the customer self-hosted instance, such as a GitHub Enterprise Server or self-managed GitLab instance. This value is absent for SaaS integrations. + +privateConnectionName -> (string) + +> The name of the private connection used to reach the integration’s self-hosted instance over private networking, if one is configured. + @@ -248 +259 @@ kmsKeyId -> (string) - * [initiate-provider-registration →](initiate-provider-registration.html "next chapter \(use the right arrow\)") + * [get-security-requirement-pack →](get-security-requirement-pack.html "next chapter \(use the right arrow\)") @@ -255 +266 @@ kmsKeyId -> (string) - * [next](initiate-provider-registration.html "initiate-provider-registration") | + * [next](get-security-requirement-pack.html "get-security-requirement-pack") | @@ -257 +268 @@ kmsKeyId -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »