security_configs_list_only
Lists security_configs
in a region or regions, for all properties use security_configs
Overview
Name | security_configs_list_only |
Type | Resource |
Description | Amazon OpenSearchServerless security config resource |
Id | aws.opensearchserverless.security_configs_list_only |
Fields
Name | Datatype | Description |
---|---|---|
description | string | Security config description |
id | string | The identifier of the security config |
name | string | The friendly name of the security config |
saml_options | object | Describes saml options in form of key value map |
type | string | Config type for security config |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all security_configs
in a region.
SELECT
region,
id
FROM aws.opensearchserverless.security_configs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the security_configs_list_only
resource, see security_configs