Skip to main content

portal_tags

Expands all tag keys and values for portals in a region

Overview

Nameportal_tags
TypeResource
DescriptionDefinition of AWS::WorkSpacesWeb::Portal Resource Type
Idaws.workspacesweb.portal_tags

Fields

NameDatatypeDescription
additional_encryption_contextobject
authentication_typestring
browser_settings_arnstring
browser_typestring
creation_datestring
customer_managed_keystring
data_protection_settings_arnstring
display_namestring
instance_typestring
ip_access_settings_arnstring
max_concurrent_sessionsnumber
network_settings_arnstring
portal_arnstring
portal_endpointstring
portal_statusstring
renderer_typestring
service_provider_saml_metadatastring
status_reasonstring
trust_store_arnstring
user_access_logging_settings_arnstring
user_settings_arnstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all portals in a region.

SELECT
region,
additional_encryption_context,
authentication_type,
browser_settings_arn,
browser_type,
creation_date,
customer_managed_key,
data_protection_settings_arn,
display_name,
instance_type,
ip_access_settings_arn,
max_concurrent_sessions,
network_settings_arn,
portal_arn,
portal_endpoint,
portal_status,
renderer_type,
service_provider_saml_metadata,
status_reason,
trust_store_arn,
user_access_logging_settings_arn,
user_settings_arn,
tag_key,
tag_value
FROM aws.workspacesweb.portal_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the portal_tags resource, see portals