gammarer.aws-secure-flow-log-bucket


Namegammarer.aws-secure-flow-log-bucket JSON
Version 1.3.6 PyPI version JSON
download
home_pagehttps://github.com/gammarer/aws-secure-flow-log-bucket.git
SummarySpecific AWS VPC FlowLog Bucket
upload_time2024-04-21 19:21:07
maintainerNone
docs_urlNone
authoryicr<yicr@users.noreply.github.com>
requires_python~=3.8
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AWS Secure Flow Log Bucket

[![GitHub](https://img.shields.io/github/license/gammarer/aws-secure-flow-log-bucket?style=flat-square)](https://github.com/gammarer/aws-secure-flow-log-bucket/blob/main/LICENSE)
[![npm (scoped)](https://img.shields.io/npm/v/@gammarer/aws-secure-flow-log-bucket?style=flat-square)](https://www.npmjs.com/package/@gammarer/aws-secure-flow-log-bucket)
[![PyPI](https://img.shields.io/pypi/v/gammarer.aws-secure-flow-log-bucket?style=flat-square)](https://pypi.org/project/gammarer.aws-secure-flow-log-bucket/)
[![Nuget](https://img.shields.io/nuget/v/Gammarer.CDK.AWS.SecureFlowLogBucket?style=flat-square)](https://www.nuget.org/packages/Gammarer.CDK.AWS.SecureFlowLogBucket/)
[![Sonatype Nexus (Releases)](https://img.shields.io/nexus/r/com.gammarer/aws-secure-flow-log-bucket?server=https%3A%2F%2Fs01.oss.sonatype.org%2F&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/releases/com/gammarer/aws-secure-flow-log-bucket/)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/gammarer/aws-secure-flow-log-bucket/release.yml?branch=main&label=release&style=flat-square)](https://github.com/gammarer/aws-secure-flow-log-bucket/actions/workflows/release.yml)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gammarer/aws-secure-flow-log-bucket?sort=semver&style=flat-square)](https://github.com/gammarer/aws-secure-flow-log-bucket/releases)

[![View on Construct Hub](https://constructs.dev/badge?package=@gammarer/aws-secure-flow-log-bucket)](https://constructs.dev/packages/@gammarer/aws-secure-flow-log-bucket)

Specific AWS VPC FlowLog Bucket

## Install

### TypeScript

```shell
npm install @gammarer/aws-secure-flow-log-bucket
# or
yarn add @gammarer/aws-secure-flow-log-bucket
```

### Python

```shell
pip install gammarer.aws-secure-flow-log-bucket
```

### C# / .NET

```shell
dotnet add package Gammarer.CDK.AWS.SecureFlowLogBucket
```

### Java

Add the following to pom.xml:

```xml
<dependency>
  <groupId>com.gammarer</groupId>
  <artifactId>aws-secure-flow-log-bucket</artifactId>
</dependency>
```

## Example

```shell
npm install @gammarer/aws-secure-flow-log-bucket
```

```python
import { SecureFlowLogBucket } from '@gammarer/aws-secure-flow-log-bucket';

const bucket = new SecureFlowLogBucket(stack, 'SecureFlowLogBucket', {
  keyPrefixes: [
    'example-prefix-a',
    'example-prefix-b',
  ],
});
```

## License

This project is licensed under the Apache-2.0 License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gammarer/aws-secure-flow-log-bucket.git",
    "name": "gammarer.aws-secure-flow-log-bucket",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "yicr<yicr@users.noreply.github.com>",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/0a/d0/a6a008eec15a5ce7d889c1bb5dd85e8dd56f5e6c554d01a3cdafde87a3bd/gammarer.aws-secure-flow-log-bucket-1.3.6.tar.gz",
    "platform": null,
    "description": "# AWS Secure Flow Log Bucket\n\n[![GitHub](https://img.shields.io/github/license/gammarer/aws-secure-flow-log-bucket?style=flat-square)](https://github.com/gammarer/aws-secure-flow-log-bucket/blob/main/LICENSE)\n[![npm (scoped)](https://img.shields.io/npm/v/@gammarer/aws-secure-flow-log-bucket?style=flat-square)](https://www.npmjs.com/package/@gammarer/aws-secure-flow-log-bucket)\n[![PyPI](https://img.shields.io/pypi/v/gammarer.aws-secure-flow-log-bucket?style=flat-square)](https://pypi.org/project/gammarer.aws-secure-flow-log-bucket/)\n[![Nuget](https://img.shields.io/nuget/v/Gammarer.CDK.AWS.SecureFlowLogBucket?style=flat-square)](https://www.nuget.org/packages/Gammarer.CDK.AWS.SecureFlowLogBucket/)\n[![Sonatype Nexus (Releases)](https://img.shields.io/nexus/r/com.gammarer/aws-secure-flow-log-bucket?server=https%3A%2F%2Fs01.oss.sonatype.org%2F&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/releases/com/gammarer/aws-secure-flow-log-bucket/)\n[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/gammarer/aws-secure-flow-log-bucket/release.yml?branch=main&label=release&style=flat-square)](https://github.com/gammarer/aws-secure-flow-log-bucket/actions/workflows/release.yml)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gammarer/aws-secure-flow-log-bucket?sort=semver&style=flat-square)](https://github.com/gammarer/aws-secure-flow-log-bucket/releases)\n\n[![View on Construct Hub](https://constructs.dev/badge?package=@gammarer/aws-secure-flow-log-bucket)](https://constructs.dev/packages/@gammarer/aws-secure-flow-log-bucket)\n\nSpecific AWS VPC FlowLog Bucket\n\n## Install\n\n### TypeScript\n\n```shell\nnpm install @gammarer/aws-secure-flow-log-bucket\n# or\nyarn add @gammarer/aws-secure-flow-log-bucket\n```\n\n### Python\n\n```shell\npip install gammarer.aws-secure-flow-log-bucket\n```\n\n### C# / .NET\n\n```shell\ndotnet add package Gammarer.CDK.AWS.SecureFlowLogBucket\n```\n\n### Java\n\nAdd the following to pom.xml:\n\n```xml\n<dependency>\n  <groupId>com.gammarer</groupId>\n  <artifactId>aws-secure-flow-log-bucket</artifactId>\n</dependency>\n```\n\n## Example\n\n```shell\nnpm install @gammarer/aws-secure-flow-log-bucket\n```\n\n```python\nimport { SecureFlowLogBucket } from '@gammarer/aws-secure-flow-log-bucket';\n\nconst bucket = new SecureFlowLogBucket(stack, 'SecureFlowLogBucket', {\n  keyPrefixes: [\n    'example-prefix-a',\n    'example-prefix-b',\n  ],\n});\n```\n\n## License\n\nThis project is licensed under the Apache-2.0 License.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Specific AWS VPC FlowLog Bucket",
    "version": "1.3.6",
    "project_urls": {
        "Homepage": "https://github.com/gammarer/aws-secure-flow-log-bucket.git",
        "Source": "https://github.com/gammarer/aws-secure-flow-log-bucket.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e9c291a9fa7f2108ef1033e77fe2cb5890c6a8cddc6cb97df4c18de4c1ef6ed",
                "md5": "51d9c8103f5e0adfc1d85995f3b24f85",
                "sha256": "381ccf8a6244006760e033d22559def8bb39706afbba4e4919febb8f79d622b2"
            },
            "downloads": -1,
            "filename": "gammarer.aws_secure_flow_log_bucket-1.3.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "51d9c8103f5e0adfc1d85995f3b24f85",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 34325,
            "upload_time": "2024-04-21T19:21:05",
            "upload_time_iso_8601": "2024-04-21T19:21:05.751745Z",
            "url": "https://files.pythonhosted.org/packages/7e/9c/291a9fa7f2108ef1033e77fe2cb5890c6a8cddc6cb97df4c18de4c1ef6ed/gammarer.aws_secure_flow_log_bucket-1.3.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ad0a6a008eec15a5ce7d889c1bb5dd85e8dd56f5e6c554d01a3cdafde87a3bd",
                "md5": "045802c9dd47058cbd3aa5b089578c5f",
                "sha256": "d31ae0a03d1fa220b60aa69fa0ab74e42239da480852833a6a498300115fa56c"
            },
            "downloads": -1,
            "filename": "gammarer.aws-secure-flow-log-bucket-1.3.6.tar.gz",
            "has_sig": false,
            "md5_digest": "045802c9dd47058cbd3aa5b089578c5f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 35558,
            "upload_time": "2024-04-21T19:21:07",
            "upload_time_iso_8601": "2024-04-21T19:21:07.778656Z",
            "url": "https://files.pythonhosted.org/packages/0a/d0/a6a008eec15a5ce7d889c1bb5dd85e8dd56f5e6c554d01a3cdafde87a3bd/gammarer.aws-secure-flow-log-bucket-1.3.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-21 19:21:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gammarer",
    "github_project": "aws-secure-flow-log-bucket",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gammarer.aws-secure-flow-log-bucket"
}
        
Elapsed time: 0.89676s