-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add 11.4 release notes New week. New release Signed-off-by: Tim Smith <[email protected]> * reformat and polish * fix table * one more for good luck * Update yarn deps + make fmt Signed-off-by: Tim Smith <[email protected]> --------- Signed-off-by: Tim Smith <[email protected]> Co-authored-by: misterpantz <[email protected]>
- Loading branch information
1 parent
4e96a31
commit 0feb3ef
Showing
10 changed files
with
252 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: aws.dynamodb.export | ||
id: aws.dynamodb.export | ||
sidebar_label: aws.dynamodb.export | ||
displayed_sidebar: MQL | ||
description: Amazon DynamoDB Export | ||
--- | ||
|
||
# aws.dynamodb.export | ||
|
||
**Supported platform** | ||
|
||
- aws | ||
|
||
**Description** | ||
|
||
Amazon DynamoDB Export | ||
|
||
**Fields** | ||
|
||
| ID | TYPE | DESCRIPTION | | ||
| -------------- | ------------------------------------------- | -------------------------------------------------------- | | ||
| table | [aws.dynamodb.table](aws.dynamodb.table.md) | Table associated with the export | | ||
| s3Bucket | [aws.s3.bucket](aws.s3.bucket.md) | S3 bucket associated with the export | | ||
| s3Prefix | string | S3 prefix for the export | | ||
| itemCount | int | Count of items in the export | | ||
| type | string | Type of the export (FULL_EXPORT or INCREMENTAL_EXPORT) | | ||
| status | string | Status of the export (IN_PROGRESS, COMPLETED, or FAILED) | | ||
| format | string | Format of the export (DYNAMODB_JSON or ION) | | ||
| startTime | time | Start time of the export | | ||
| endTime | time | End time of the export | | ||
| s3SseAlgorithm | string | S3 SSE Algorithm for the export | | ||
| kmsKey | [aws.kms.key](aws.kms.key.md) | SSE KMS Key Id | | ||
| arn | string | ARN for the export | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: aws.ssm.parameter | ||
id: aws.ssm.parameter | ||
sidebar_label: aws.ssm.parameter | ||
displayed_sidebar: MQL | ||
description: Amazon SSM parameter | ||
--- | ||
|
||
# aws.ssm.parameter | ||
|
||
**Supported platform** | ||
|
||
- aws | ||
|
||
**Description** | ||
|
||
Amazon SSM parameter | ||
|
||
**Fields** | ||
|
||
| ID | TYPE | DESCRIPTION | | ||
| ---------------- | ----------------------------- | ------------------------------------------------------------------ | | ||
| allowedPattern | string | Allowed pattern for the parameter | | ||
| arn | string | ARN for the parameter | | ||
| region | string | Region for the parameter | | ||
| dataType | string | Data type for the parameter | | ||
| description | string | Description for the parameter | | ||
| kmsKey | [aws.kms.key](aws.kms.key.md) | KMS key associated with the parameter (if any) | | ||
| lastModifiedDate | time | Date when the parameter was last modified | | ||
| name | string | Name of the parameter | | ||
| tier | string | Tier of the parameter (Standard, Advanced, or Intelligent-Tiering) | | ||
| type | string | Type of the parameter (String, StringList, or SecureString) | | ||
| version | int | Version of the parameter | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.