aws.codecatalyst.get_subscription
Example SQL Queries
SELECT * FROMaws.codecatalyst.get_subscriptionWHERE"space_name" = 'VALUE';Description
Returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.
Table Definition
| Column Name | Column Data Type |
|---|---|
| space_name Required Input Column The name of the space. | VARCHAR |
| _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
| |
| aws_account_name The display name of the Amazon Web Services account used for billing for the space. | VARCHAR |
| pending_subscription_start_time The day and time the pending change will be applied to the space, in coordinated universal time (UTC) timestamp format as specified in RFC 3339. | TIMESTAMP_S |
| pending_subscription_type The type of the billing plan that the space will be changed to at the start of the next billing cycle. This applies only to changes that reduce the functionality available for the space. Billing plan changes that increase functionality are applied immediately. For more information, see Pricing. | VARCHAR |
| subscription_type The type of the billing plan for the space. | VARCHAR |