aws.shield.get_subscription_state
Example SQL Queries
SELECT * FROMaws.shield.get_subscription_state;Description
Returns the SubscriptionState, either Active or Inactive.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| subscription_state The status of the subscription. | VARCHAR |