cdk-cloudformation-tf-google-storagebucket


Namecdk-cloudformation-tf-google-storagebucket JSON
Version 1.0.0a7 PyPI version JSON
download
home_pagehttps://github.com/iann0036/cfn-tf-custom-types/blob/docs/resources/google/TF-Google-StorageBucket/docs/README.md
SummaryCreates a new bucket in Google cloud storage service (GCS).
upload_time2023-02-03 16:15:53
maintainer
docs_urlNone
authorAmazon Web Services
requires_python~=3.7
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tf-google-storagebucket

> AWS CDK [L1 construct](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html) and data structures for the [AWS CloudFormation Registry](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html) type `TF::Google::StorageBucket` v1.0.0.

## Description

Creates a new bucket in Google cloud storage service (GCS).
Once a bucket has been created, its location can't be changed.

For more information see
[the official documentation](https://cloud.google.com/storage/docs/overview)
and
[API](https://cloud.google.com/storage/docs/json_api/v1/buckets).

**Note**: If the project id is not set on the resource or in the provider block it will be dynamically
determined which will require enabling the compute api.

## References

* [Documentation](https://github.com/iann0036/cfn-tf-custom-types/blob/docs/resources/google/TF-Google-StorageBucket/docs/README.md)
* [Source](https://github.com/iann0036/cfn-tf-custom-types.git)

## Usage

In order to use this library, you will need to activate this AWS CloudFormation Registry type in your account. You can do this via the AWS Management Console or using the [AWS CLI](https://aws.amazon.com/cli/) using the following command:

```sh
aws cloudformation activate-type \
  --type-name TF::Google::StorageBucket \
  --publisher-id e1238fdd31aee1839e14fb3fb2dac9db154dae29 \
  --type RESOURCE \
  --execution-role-arn ROLE-ARN
```

Alternatively:

```sh
aws cloudformation activate-type \
  --public-type-arn arn:aws:cloudformation:us-east-1::type/resource/e1238fdd31aee1839e14fb3fb2dac9db154dae29/TF-Google-StorageBucket \
  --execution-role-arn ROLE-ARN
```

You can find more information about activating this type in the [AWS CloudFormation documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html).

## Feedback

This library is auto-generated and published to all supported programming languages by the [cdklabs/cdk-cloudformation](https://github.com/cdklabs/cdk-cloudformation) project based on the API schema published for `TF::Google::StorageBucket`.

* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Ftf-google-storagebucket+v1.0.0).
* Issues related to `TF::Google::StorageBucket` should be reported to the [publisher](https://github.com/iann0036/cfn-tf-custom-types/blob/docs/resources/google/TF-Google-StorageBucket/docs/README.md).

## License

Distributed under the Apache-2.0 License.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/iann0036/cfn-tf-custom-types/blob/docs/resources/google/TF-Google-StorageBucket/docs/README.md",
    "name": "cdk-cloudformation-tf-google-storagebucket",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Amazon Web Services",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/33/3a/4c0f666ee83b754b8d45fd06496d4269321f6b98eee0fd75a07fbb6e710c/cdk-cloudformation-tf-google-storagebucket-1.0.0a7.tar.gz",
    "platform": null,
    "description": "# tf-google-storagebucket\n\n> AWS CDK [L1 construct](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html) and data structures for the [AWS CloudFormation Registry](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html) type `TF::Google::StorageBucket` v1.0.0.\n\n## Description\n\nCreates a new bucket in Google cloud storage service (GCS).\nOnce a bucket has been created, its location can't be changed.\n\nFor more information see\n[the official documentation](https://cloud.google.com/storage/docs/overview)\nand\n[API](https://cloud.google.com/storage/docs/json_api/v1/buckets).\n\n**Note**: If the project id is not set on the resource or in the provider block it will be dynamically\ndetermined which will require enabling the compute api.\n\n## References\n\n* [Documentation](https://github.com/iann0036/cfn-tf-custom-types/blob/docs/resources/google/TF-Google-StorageBucket/docs/README.md)\n* [Source](https://github.com/iann0036/cfn-tf-custom-types.git)\n\n## Usage\n\nIn order to use this library, you will need to activate this AWS CloudFormation Registry type in your account. You can do this via the AWS Management Console or using the [AWS CLI](https://aws.amazon.com/cli/) using the following command:\n\n```sh\naws cloudformation activate-type \\\n  --type-name TF::Google::StorageBucket \\\n  --publisher-id e1238fdd31aee1839e14fb3fb2dac9db154dae29 \\\n  --type RESOURCE \\\n  --execution-role-arn ROLE-ARN\n```\n\nAlternatively:\n\n```sh\naws cloudformation activate-type \\\n  --public-type-arn arn:aws:cloudformation:us-east-1::type/resource/e1238fdd31aee1839e14fb3fb2dac9db154dae29/TF-Google-StorageBucket \\\n  --execution-role-arn ROLE-ARN\n```\n\nYou can find more information about activating this type in the [AWS CloudFormation documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html).\n\n## Feedback\n\nThis library is auto-generated and published to all supported programming languages by the [cdklabs/cdk-cloudformation](https://github.com/cdklabs/cdk-cloudformation) project based on the API schema published for `TF::Google::StorageBucket`.\n\n* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Ftf-google-storagebucket+v1.0.0).\n* Issues related to `TF::Google::StorageBucket` should be reported to the [publisher](https://github.com/iann0036/cfn-tf-custom-types/blob/docs/resources/google/TF-Google-StorageBucket/docs/README.md).\n\n## License\n\nDistributed under the Apache-2.0 License.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Creates a new bucket in Google cloud storage service (GCS).",
    "version": "1.0.0a7",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2505eb140fe079aa2bd0bcb56e82ae20522ca70585fd0a80a6458c2b2ef62fd2",
                "md5": "ec21cc1e52429b6237606d75d673889d",
                "sha256": "912999f0bc36efc1d286d6fc8b598a4846dbbf5e54728ff613c00d3d599314e3"
            },
            "downloads": -1,
            "filename": "cdk_cloudformation_tf_google_storagebucket-1.0.0a7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ec21cc1e52429b6237606d75d673889d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 48845,
            "upload_time": "2023-02-03T16:15:51",
            "upload_time_iso_8601": "2023-02-03T16:15:51.657566Z",
            "url": "https://files.pythonhosted.org/packages/25/05/eb140fe079aa2bd0bcb56e82ae20522ca70585fd0a80a6458c2b2ef62fd2/cdk_cloudformation_tf_google_storagebucket-1.0.0a7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "333a4c0f666ee83b754b8d45fd06496d4269321f6b98eee0fd75a07fbb6e710c",
                "md5": "df52166977eef1a7c34a7d244f8bacd4",
                "sha256": "cab135d440470693c4f01538da9e0f8a860c3c4c9e4954fa785e63aa8c308eaf"
            },
            "downloads": -1,
            "filename": "cdk-cloudformation-tf-google-storagebucket-1.0.0a7.tar.gz",
            "has_sig": false,
            "md5_digest": "df52166977eef1a7c34a7d244f8bacd4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 50151,
            "upload_time": "2023-02-03T16:15:53",
            "upload_time_iso_8601": "2023-02-03T16:15:53.675693Z",
            "url": "https://files.pythonhosted.org/packages/33/3a/4c0f666ee83b754b8d45fd06496d4269321f6b98eee0fd75a07fbb6e710c/cdk-cloudformation-tf-google-storagebucket-1.0.0a7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-03 16:15:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "cdk-cloudformation-tf-google-storagebucket"
}
        
Elapsed time: 0.11725s