From 38d9ea16249c18e6e6d1def62d27820d230f9106 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Wed, 12 Jun 2024 05:07:14 +0800 Subject: [PATCH] updated aws provider index --- docs/aws-docs/index.md | 156 ++++++++++++++++++++--------------------- 1 file changed, 78 insertions(+), 78 deletions(-) diff --git a/docs/aws-docs/index.md b/docs/aws-docs/index.md index 80dcf6a841..e7e401d330 100644 --- a/docs/aws-docs/index.md +++ b/docs/aws-docs/index.md @@ -1,25 +1,25 @@ ---- -title: aws -hide_title: false -hide_table_of_contents: false -keywords: - - aws - - aws cloud control - - cloud control api - - stackql - - infrastructure-as-code - - configuration-as-data - - cloud inventory -description: Query, deploy and manage AWS resources using SQL -custom_edit_url: null -image: /img/providers/aws/stackql-aws-provider-featured-image.png -id: aws-doc -slug: /providers/aws - ---- - -import CopyableCode from '@site/src/components/CopyableCode/CopyableCode'; - +--- +title: aws +hide_title: false +hide_table_of_contents: false +keywords: + - aws + - aws cloud control + - cloud control api + - stackql + - infrastructure-as-code + - configuration-as-data + - cloud inventory +description: Query, deploy and manage AWS resources using SQL +custom_edit_url: null +image: /img/providers/aws/stackql-aws-provider-featured-image.png +id: aws-doc +slug: /providers/aws + +--- + +import CopyableCode from '@site/src/components/CopyableCode/CopyableCode'; + Cloud services from AWS. :::info Provider Summary (v24.06.00240) @@ -27,69 +27,69 @@ Cloud services from AWS.
total services: 218
-total methods: 57
+total methods: 2914
-total resources: 0
-total selectable resources: -13
+total resources: 1013
+total selectable resources: 1010
::: -See also: -[[` SHOW `]](https://stackql.io/docs/language-spec/show) [[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe) [[` REGISTRY `]](https://stackql.io/docs/language-spec/registry) -* * * - -## Installation - -To pull the latest version of the `aws` provider, run the following command: - -```bash -REGISTRY PULL aws; -``` -> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry). - -## Authentication - -The following system environment variables are used for authentication by default: - -- - AWS Access Key ID (see How to Create AWS Credentials) -- - AWS Secret Access Key (see How to Create AWS Credentials) -- - [OPTIONAL: only required if using ] AWS Session Token (see Temporary security credentials in IAM) - -These variables are sourced at runtime (from the local machine or as CI variables/secrets). - -
- -Using different environment variables - -To use different environment variables (instead of the defaults), use the `--auth` flag of the `stackql` program. For example: - -```bash - -AUTH='{ "aws": { "type": "aws_signing_v4", "keyIDenvvar": "YOUR_ACCESS_KEY_ID_VAR", "credentialsenvvar": "YOUR_SECRET_KEY_VAR" }}' -stackql shell --auth="${AUTH}" - -``` -or using PowerShell: - -```powershell - -$Auth = "{ 'aws': { 'type': 'aws_signing_v4', 'keyIDenvvar': 'YOUR_ACCESS_KEY_ID_VAR', 'credentialsenvvar': 'YOUR_SECRET_KEY_VAR' }}" -stackql.exe shell --auth=$Auth - -``` -
- - -## Server Parameters - - -The following parameter is required for the `aws` provider: - -- - AWS region (e.g. us-east-1) - +See also: +[[` SHOW `]](https://stackql.io/docs/language-spec/show) [[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe) [[` REGISTRY `]](https://stackql.io/docs/language-spec/registry) +* * * + +## Installation + +To pull the latest version of the `aws` provider, run the following command: + +```bash +REGISTRY PULL aws; +``` +> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry). + +## Authentication + +The following system environment variables are used for authentication by default: + +- - AWS Access Key ID (see How to Create AWS Credentials) +- - AWS Secret Access Key (see How to Create AWS Credentials) +- - [OPTIONAL: only required if using ] AWS Session Token (see Temporary security credentials in IAM) + +These variables are sourced at runtime (from the local machine or as CI variables/secrets). + +
+ +Using different environment variables + +To use different environment variables (instead of the defaults), use the `--auth` flag of the `stackql` program. For example: + +```bash + +AUTH='{ "aws": { "type": "aws_signing_v4", "keyIDenvvar": "YOUR_ACCESS_KEY_ID_VAR", "credentialsenvvar": "YOUR_SECRET_KEY_VAR" }}' +stackql shell --auth="${AUTH}" + +``` +or using PowerShell: + +```powershell + +$Auth = "{ 'aws': { 'type': 'aws_signing_v4', 'keyIDenvvar': 'YOUR_ACCESS_KEY_ID_VAR', 'credentialsenvvar': 'YOUR_SECRET_KEY_VAR' }}" +stackql.exe shell --auth=$Auth + +``` +
+ + +## Server Parameters + + +The following parameter is required for the `aws` provider: + +- - AWS region (e.g. us-east-1) + This parameter must be supplied to the `WHERE` clause of each `SELECT` statement. ## Services