# CDKTF prebuilt bindings for hashicorp/aws provider version 5.82.2
This repo builds and publishes the [Terraform aws provider](https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs) bindings for [CDK for Terraform](https://cdk.tf).
## Available Packages
### NPM
The npm package is available at [https://www.npmjs.com/package/@cdktf/provider-aws](https://www.npmjs.com/package/@cdktf/provider-aws).
`npm install @cdktf/provider-aws`
### PyPI
The PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-aws](https://pypi.org/project/cdktf-cdktf-provider-aws).
`pipenv install cdktf-cdktf-provider-aws`
### Nuget
The Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Aws](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Aws).
`dotnet add package HashiCorp.Cdktf.Providers.Aws`
### Maven
The Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-aws](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-aws).
```
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-aws</artifactId>
<version>[REPLACE WITH DESIRED VERSION]</version>
</dependency>
```
### Go
The go package is generated into the [`github.com/cdktf/cdktf-provider-aws-go`](https://github.com/cdktf/cdktf-provider-aws-go) package.
`go get github.com/cdktf/cdktf-provider-aws-go/aws/<version>`
Where `<version>` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found
within the [go.mod](https://github.com/cdktf/cdktf-provider-aws-go/blob/main/aws/go.mod#L1) file.
## Docs
Find auto-generated docs for this provider here:
* [Typescript](./docs/API.typescript.md)
* [Python](./docs/API.python.md)
* [Java](./docs/API.java.md)
* [C#](./docs/API.csharp.md)
* [Go](./docs/API.go.md)
You can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-aws).
## Versioning
This project is explicitly not tracking the Terraform aws provider version 1:1. In fact, it always tracks `latest` of `~> 5.0` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).
These are the upstream dependencies:
* [CDK for Terraform](https://cdk.tf)
* [Terraform aws provider](https://registry.terraform.io/providers/hashicorp/aws/5.82.2)
* [Terraform Engine](https://terraform.io)
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
## Features / Issues / Bugs
Please report bugs and issues to the [CDK for Terraform](https://cdk.tf) project:
* [Create bug report](https://cdk.tf/bug)
* [Create feature request](https://cdk.tf/feature)
## Contributing
### Projen
This is mostly based on [Projen](https://github.com/projen/projen), which takes care of generating the entire repository.
### cdktf-provider-project based on Projen
There's a custom [project builder](https://github.com/cdktf/cdktf-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers.
### Provider Version
The provider version can be adjusted in [./.projenrc.js](./.projenrc.js).
### Repository Management
The repository is managed by [CDKTF Repository Manager](https://github.com/cdktf/cdktf-repository-manager/).
Raw data
{
"_id": null,
"home_page": "https://github.com/cdktf/cdktf-provider-aws.git",
"name": "cdktf-cdktf-provider-aws",
"maintainer": null,
"docs_url": null,
"requires_python": "~=3.8",
"maintainer_email": null,
"keywords": null,
"author": "HashiCorp",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/5a/d6/3f424e9f3ce87ea1efcff1c619a57037ccf67f7cc8e0fedeab99ba73925a/cdktf_cdktf_provider_aws-19.48.1.tar.gz",
"platform": null,
"description": "# CDKTF prebuilt bindings for hashicorp/aws provider version 5.82.2\n\nThis repo builds and publishes the [Terraform aws provider](https://registry.terraform.io/providers/hashicorp/aws/5.82.2/docs) bindings for [CDK for Terraform](https://cdk.tf).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktf/provider-aws](https://www.npmjs.com/package/@cdktf/provider-aws).\n\n`npm install @cdktf/provider-aws`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-aws](https://pypi.org/project/cdktf-cdktf-provider-aws).\n\n`pipenv install cdktf-cdktf-provider-aws`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Aws](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Aws).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Aws`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-aws](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-aws).\n\n```\n<dependency>\n <groupId>com.hashicorp</groupId>\n <artifactId>cdktf-provider-aws</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktf/cdktf-provider-aws-go`](https://github.com/cdktf/cdktf-provider-aws-go) package.\n\n`go get github.com/cdktf/cdktf-provider-aws-go/aws/<version>`\n\nWhere `<version>` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found\nwithin the [go.mod](https://github.com/cdktf/cdktf-provider-aws-go/blob/main/aws/go.mod#L1) file.\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n* [Typescript](./docs/API.typescript.md)\n* [Python](./docs/API.python.md)\n* [Java](./docs/API.java.md)\n* [C#](./docs/API.csharp.md)\n* [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-aws).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform aws provider version 1:1. In fact, it always tracks `latest` of `~> 5.0` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).\n\nThese are the upstream dependencies:\n\n* [CDK for Terraform](https://cdk.tf)\n* [Terraform aws provider](https://registry.terraform.io/providers/hashicorp/aws/5.82.2)\n* [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [CDK for Terraform](https://cdk.tf) project:\n\n* [Create bug report](https://cdk.tf/bug)\n* [Create feature request](https://cdk.tf/feature)\n\n## Contributing\n\n### Projen\n\nThis is mostly based on [Projen](https://github.com/projen/projen), which takes care of generating the entire repository.\n\n### cdktf-provider-project based on Projen\n\nThere's a custom [project builder](https://github.com/cdktf/cdktf-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [CDKTF Repository Manager](https://github.com/cdktf/cdktf-repository-manager/).\n",
"bugtrack_url": null,
"license": "MPL-2.0",
"summary": "Prebuilt aws Provider for Terraform CDK (cdktf)",
"version": "19.48.1",
"project_urls": {
"Homepage": "https://github.com/cdktf/cdktf-provider-aws.git",
"Source": "https://github.com/cdktf/cdktf-provider-aws.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0c440b161e2acf5f3d95bb1e316b6433603a09d5c9e31b4d3fa7c664686b6282",
"md5": "786fde28956af1a6cba8acbc3d866b89",
"sha256": "83e2e0473ddc7afaa7091370775e0df2d5d1cc846519b7f85dd2bb570cded3f3"
},
"downloads": -1,
"filename": "cdktf_cdktf_provider_aws-19.48.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "786fde28956af1a6cba8acbc3d866b89",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.8",
"size": 52181035,
"upload_time": "2024-12-21T04:09:50",
"upload_time_iso_8601": "2024-12-21T04:09:50.920771Z",
"url": "https://files.pythonhosted.org/packages/0c/44/0b161e2acf5f3d95bb1e316b6433603a09d5c9e31b4d3fa7c664686b6282/cdktf_cdktf_provider_aws-19.48.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5ad63f424e9f3ce87ea1efcff1c619a57037ccf67f7cc8e0fedeab99ba73925a",
"md5": "73bd1bbeca80c1e74638e5ef38254910",
"sha256": "89d289d8a5de322056a4229cb93dfb35819b7ebb7c15ac5164cf697aa90c2df7"
},
"downloads": -1,
"filename": "cdktf_cdktf_provider_aws-19.48.1.tar.gz",
"has_sig": false,
"md5_digest": "73bd1bbeca80c1e74638e5ef38254910",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.8",
"size": 49307478,
"upload_time": "2024-12-21T04:10:00",
"upload_time_iso_8601": "2024-12-21T04:10:00.730197Z",
"url": "https://files.pythonhosted.org/packages/5a/d6/3f424e9f3ce87ea1efcff1c619a57037ccf67f7cc8e0fedeab99ba73925a/cdktf_cdktf_provider_aws-19.48.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-21 04:10:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cdktf",
"github_project": "cdktf-provider-aws",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cdktf-cdktf-provider-aws"
}