portals_list_only
Lists portals
in a region or regions, for all properties use portals
Overview
Name | portals_list_only |
Type | Resource |
Description | Definition of AWS::WorkSpacesWeb::Portal Resource Type |
Id | aws.workspacesweb.portals_list_only |
Fields
Name | Datatype | Description |
---|---|---|
additional_encryption_context | object | |
authentication_type | string | |
browser_settings_arn | string | |
browser_type | string | |
creation_date | string | |
customer_managed_key | string | |
display_name | string | |
instance_type | string | |
ip_access_settings_arn | string | |
max_concurrent_sessions | number | |
network_settings_arn | string | |
portal_arn | string | |
portal_endpoint | string | |
portal_status | string | |
renderer_type | string | |
service_provider_saml_metadata | string | |
status_reason | string | |
tags | array | |
trust_store_arn | string | |
user_access_logging_settings_arn | string | |
user_settings_arn | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all portals
in a region.
SELECT
region,
portal_arn
FROM aws.workspacesweb.portals_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the portals_list_only
resource, see portals