AWS cli medium security documentation change
Summary
Restructured portal response fields, updated authentication type documentation, and added/modified encryption context, security logging, and access control parameters
Security assessment
Changes include documentation of encryption context usage (additionalEncryptionContext), customer-managed keys for encryption (customerManagedKey), session logging (sessionLoggerArn), trust store configuration (trustStoreArn), and user access logging (userAccessLoggingSettingsArn). These all relate to security controls for data protection, authentication, and monitoring.
Diff
diff --git a/cli/latest/reference/workspaces-web/get-portal.md b/cli/latest/reference/workspaces-web/get-portal.md index 26ff3ff62..11da55539 100644 --- a//cli/latest/reference/workspaces-web/get-portal.md +++ b//cli/latest/reference/workspaces-web/get-portal.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -199,9 +199 @@ portal -> (structure) -> additionalEncryptionContext -> (map) -> ->> The additional encryption context of the portal. ->> ->> key -> (string) ->> ->> value -> (string) -> -> authenticationType -> (string) +> portalArn -> (string) @@ -209,5 +201 @@ portal -> (structure) ->> The type of authentication integration points used when signing into the web portal. Defaults to `Standard` . ->> ->>> `Standard` web portals are authenticated directly through your identity provider. You need to call `CreateIdentityProvider` to integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider. ->>> ->>> `IAM Identity Center` web portals are authenticated through IAM Identity Center. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center. +>> The ARN of the web portal. @@ -215 +203 @@ portal -> (structure) -> browserSettingsArn -> (string) +> rendererType -> (string) @@ -217 +205 @@ portal -> (structure) ->> The ARN of the browser settings that is associated with this web portal. +>> The renderer that is used in streaming sessions. @@ -223,5 +211 @@ portal -> (structure) -> creationDate -> (timestamp) -> ->> The creation date of the web portal. -> -> customerManagedKey -> (string) +> portalStatus -> (string) @@ -229 +213 @@ portal -> (structure) ->> The customer managed key used to encrypt sensitive information in the portal. +>> The status of the web portal. @@ -231 +215 @@ portal -> (structure) -> dataProtectionSettingsArn -> (string) +> portalEndpoint -> (string) @@ -233 +217 @@ portal -> (structure) ->> The ARN of the data protection settings. +>> The endpoint URL of the web portal that users access in order to start streaming sessions. @@ -239 +223 @@ portal -> (structure) -> instanceType -> (string) +> creationDate -> (timestamp) @@ -241 +225 @@ portal -> (structure) ->> The type and resources of the underlying instance. +>> The creation date of the web portal. @@ -243 +227 @@ portal -> (structure) -> ipAccessSettingsArn -> (string) +> browserSettingsArn -> (string) @@ -245 +229 @@ portal -> (structure) ->> The ARN of the IP access settings. +>> The ARN of the browser settings that is associated with this web portal. @@ -247 +231 @@ portal -> (structure) -> maxConcurrentSessions -> (integer) +> dataProtectionSettingsArn -> (string) @@ -249 +233,5 @@ portal -> (structure) ->> The maximum number of concurrent sessions for the portal. +>> The ARN of the data protection settings. +> +> userSettingsArn -> (string) +> +>> The ARN of the user settings that is associated with the web portal. @@ -255 +243 @@ portal -> (structure) -> portalArn -> (string) +> sessionLoggerArn -> (string) @@ -257 +245 @@ portal -> (structure) ->> The ARN of the web portal. +>> The ARN of the session logger that is assocaited with the portal. @@ -259 +247 @@ portal -> (structure) -> portalEndpoint -> (string) +> trustStoreArn -> (string) @@ -261 +249 @@ portal -> (structure) ->> The endpoint URL of the web portal that users access in order to start streaming sessions. +>> The ARN of the trust store that is associated with the web portal. @@ -263 +251 @@ portal -> (structure) -> portalStatus -> (string) +> statusReason -> (string) @@ -265 +253 @@ portal -> (structure) ->> The status of the web portal. +>> A message that explains why the web portal is in its current status. @@ -267 +255 @@ portal -> (structure) -> rendererType -> (string) +> userAccessLoggingSettingsArn -> (string) @@ -269 +257 @@ portal -> (structure) ->> The renderer that is used in streaming sessions. +>> The ARN of the user access logging settings that is associated with the web portal. @@ -271 +259 @@ portal -> (structure) -> statusReason -> (string) +> authenticationType -> (string) @@ -273 +261,5 @@ portal -> (structure) ->> A message that explains why the web portal is in its current status. +>> The type of authentication integration points used when signing into the web portal. Defaults to `Standard` . +>> +>>> `Standard` web portals are authenticated directly through your identity provider. You need to call `CreateIdentityProvider` to integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider. +>>> +>>> `IAM Identity Center` web portals are authenticated through IAM Identity Center. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center. @@ -275 +267 @@ portal -> (structure) -> trustStoreArn -> (string) +> ipAccessSettingsArn -> (string) @@ -277 +269 @@ portal -> (structure) ->> The ARN of the trust store that is associated with the web portal. +>> The ARN of the IP access settings. @@ -279 +271 @@ portal -> (structure) -> userAccessLoggingSettingsArn -> (string) +> customerManagedKey -> (string) @@ -281 +273 @@ portal -> (structure) ->> The ARN of the user access logging settings that is associated with the web portal. +>> The customer managed key used to encrypt sensitive information in the portal. @@ -283 +275 @@ portal -> (structure) -> userSettingsArn -> (string) +> additionalEncryptionContext -> (map) @@ -285 +277,13 @@ portal -> (structure) ->> The ARN of the user settings that is associated with the web portal. +>> The additional encryption context of the portal. +>> +>> key -> (string) +>> +>> value -> (string) +> +> instanceType -> (string) +> +>> The type and resources of the underlying instance. +> +> maxConcurrentSessions -> (integer) +> +>> The maximum number of concurrent sessions for the portal. @@ -297 +301 @@ portal -> (structure) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »