aws.pinpoint_sms_voice_v2.describe_protect_configurations
Example SQL Queries
SELECT * FROMaws.pinpoint_sms_voice_v2.describe_protect_configurations;Description
Retrieves the protect configurations that match any of filters. If a filter isn’t provided then all protect configurations are returned.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column An array of ProtectConfigurationFilter objects to filter the results. | STRUCT( |
Show child fields
| |
| protect_configuration_ids Input Column An array of protect configuration identifiers to search for. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| account_default This is true if the protect configuration is set as your account default protect configuration. | BOOLEAN |
| created_timestamp The time when the protect configuration was created, in UNIX epoch time format. | TIMESTAMP_S |
| deletion_protection_enabled The status of deletion protection for the protect configuration. When set to true deletion protection is enabled. By default this is set to false. | BOOLEAN |
| protect_configuration_arn The Amazon Resource Name (ARN) of the protect configuration. | VARCHAR |
| protect_configuration_id The unique identifier for the protect configuration. | VARCHAR |