aws.pinpoint_sms_voice_v2.list_pool_origination_identities
Example SQL Queries
SELECT * FROMaws.pinpoint_sms_voice_v2.list_pool_origination_identitiesWHERE"pool_id" = 'VALUE';Description
Lists all associated origination identities in your pool.
If you specify filters, the output includes information for only those origination identities that meet the filter criteria.
Table Definition
| Column Name | Column Data Type |
|---|---|
| pool_id Required Input Column The unique PoolId of the pool. | VARCHAR |
| filters Input Column An array of PoolOriginationIdentitiesFilter objects to filter the results.. | STRUCT( |
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
| |
| origination_identities An array of any OriginationIdentityMetadata objects. | STRUCT( |
Show child fields
| |
| pool_arn The Amazon Resource Name (ARN) for the pool. | VARCHAR |