_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 )[] )[] ) ) |
distribution_configuration
The distribution configuration object. | STRUCT( "arn" VARCHAR, "name" VARCHAR, "description" VARCHAR, "distributions" STRUCT( "region" VARCHAR, "ami_distribution_configuration" STRUCT( "name" VARCHAR, "description" VARCHAR, "target_account_ids" VARCHAR[], "ami_tags" MAP(VARCHAR, VARCHAR), "kms_key_id" VARCHAR, "launch_permission" STRUCT( "user_ids" VARCHAR[], "user_groups" VARCHAR[], "organization_arns" VARCHAR[], "organizational_unit_arns" VARCHAR[] ) ), "container_distribution_configuration" STRUCT( "description" VARCHAR, "container_tags" VARCHAR[], "target_repository" STRUCT( "service" VARCHAR, "repository_name" VARCHAR ) ), "license_configuration_arns" VARCHAR[], "launch_template_configurations" STRUCT( "launch_template_id" VARCHAR, "account_id" VARCHAR, "set_default_version" BOOLEAN )[], "s3_export_configuration" STRUCT( "role_name" VARCHAR, "disk_image_format" VARCHAR, "s3_bucket" VARCHAR, "s3_prefix" VARCHAR ), "fast_launch_configurations" STRUCT( "enabled" BOOLEAN, "snapshot_configuration" STRUCT( "target_resource_count" BIGINT ), "max_parallel_launches" BIGINT, "launch_template" STRUCT( "launch_template_id" VARCHAR, "launch_template_name" VARCHAR, "launch_template_version" VARCHAR ), "account_id" VARCHAR )[] )[], "timeout_minutes" BIGINT, "date_created" VARCHAR, "date_updated" VARCHAR, "tags" MAP(VARCHAR, VARCHAR) ) |