_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( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
recommendation_detail_data
Contains detailed information about a specific Savings Plan recommendation. | STRUCT( "account_scope" VARCHAR, "lookback_period_in_days" VARCHAR, "savings_plans_type" VARCHAR, "term_in_years" VARCHAR, "payment_option" VARCHAR, "account_id" VARCHAR, "currency_code" VARCHAR, "instance_family" VARCHAR, "region" VARCHAR, "offering_id" VARCHAR, "generation_timestamp" VARCHAR, "latest_usage_timestamp" VARCHAR, "current_average_hourly_on_demand_spend" VARCHAR, "current_maximum_hourly_on_demand_spend" VARCHAR, "current_minimum_hourly_on_demand_spend" VARCHAR, "estimated_average_utilization" VARCHAR, "estimated_monthly_savings_amount" VARCHAR, "estimated_on_demand_cost" VARCHAR, "estimated_on_demand_cost_with_current_commitment" VARCHAR, "estimated_roi" VARCHAR, "estimated_sp_cost" VARCHAR, "estimated_savings_amount" VARCHAR, "estimated_savings_percentage" VARCHAR, "existing_hourly_commitment" VARCHAR, "hourly_commitment_to_purchase" VARCHAR, "upfront_cost" VARCHAR, "current_average_coverage" VARCHAR, "estimated_average_coverage" VARCHAR, "metrics_over_lookback_period" STRUCT( "start_time" VARCHAR, "estimated_on_demand_cost" VARCHAR, "current_coverage" VARCHAR, "estimated_coverage" VARCHAR, "estimated_new_commitment_utilization" VARCHAR )[] ) |