{"id":21127270,"url":"https://github.com/pepperize/cdk-security-group","last_synced_at":"2025-07-08T23:32:53.337Z","repository":{"id":37799878,"uuid":"449018212","full_name":"pepperize/cdk-security-group","owner":"pepperize","description":"This project provides a CDK construct to create an EC2 SecurityGroup, which property `securityGroupName` returns the GroupName.","archived":false,"fork":false,"pushed_at":"2025-06-17T14:46:00.000Z","size":2856,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-17T15:41:56.807Z","etag":null,"topics":["aws","cdk","ec2","security-group"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pepperize.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-01-17T19:12:38.000Z","updated_at":"2025-06-17T14:44:49.000Z","dependencies_parsed_at":"2022-06-22T17:44:31.115Z","dependency_job_id":"760d4771-1070-4750-ad95-9802ab2b1d1c","html_url":"https://github.com/pepperize/cdk-security-group","commit_stats":{"total_commits":458,"total_committers":5,"mean_commits":91.6,"dds":"0.037117903930131035","last_synced_commit":"89aa857ba0ae6e5bd0cb9ed69031c0ff07bc4568"},"previous_names":[],"tags_count":661,"template":false,"template_full_name":null,"purl":"pkg:github/pepperize/cdk-security-group","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepperize%2Fcdk-security-group","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepperize%2Fcdk-security-group/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepperize%2Fcdk-security-group/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepperize%2Fcdk-security-group/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pepperize","download_url":"https://codeload.github.com/pepperize/cdk-security-group/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepperize%2Fcdk-security-group/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264365882,"owners_count":23596924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cdk","ec2","security-group"],"created_at":"2024-11-20T04:48:01.549Z","updated_at":"2025-07-08T23:32:52.961Z","avatar_url":"https://github.com/pepperize.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)\n[![GitHub](https://img.shields.io/github/license/pepperize/cdk-security-group?style=flat-square)](https://github.com/pepperize/cdk-security-group/blob/main/LICENSE)\n[![npm (scoped)](https://img.shields.io/npm/v/@pepperize/cdk-security-group?style=flat-square)](https://www.npmjs.com/package/@pepperize/cdk-security-group)\n[![PyPI](https://img.shields.io/pypi/v/pepperize.cdk-security-group?style=flat-square)](https://pypi.org/project/pepperize.cdk-security-group/)\n[![Nuget](https://img.shields.io/nuget/v/Pepperize.CDK.SecurityGroup?style=flat-square)](https://www.nuget.org/packages/Pepperize.CDK.SecurityGroup/)\n[![Sonatype Nexus (Releases)](https://img.shields.io/nexus/r/com.pepperize/cdk-security-group?server=https%3A%2F%2Fs01.oss.sonatype.org%2F\u0026style=flat-square)](https://s01.oss.sonatype.org/content/repositories/releases/com/pepperize/cdk-security-group/)\n[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/pepperize/cdk-security-group/release.yml?branch=main\u0026label=release\u0026style=flat-square)](https://github.com/pepperize/cdk-security-group/actions/workflows/release.yml)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/pepperize/cdk-security-group?sort=semver\u0026style=flat-square)](https://github.com/pepperize/cdk-security-group/releases)\n\n# AWS CDK SecurityGroup\n\nThis project provides a CDK construct to create an EC2 SecurityGroup, which property `securityGroupName` returns the\nGroupName.\n\n\u003e The [CDK EC2 SecurityGroup](https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-ec2.SecurityGroup.html)\n\u003e returns the GroupId from the `Ref` return value of [AWS::EC2::SecurityGroup](https://docs.aws.amazon.com/de_de/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html),\n\u003e rather than the GroupName.\n\n## Install\n\n### TypeScript\n\n```shell\nnpm install @pepperize/cdk-security-group\n```\n\nor\n\n```shell\nyarn add @pepperize/cdk-security-group\n```\n\n### Python\n\n```shell\npip install pepperize.cdk-security-group\n```\n\n### C# / .Net\n\n```\ndotnet add package Pepperize.CDK.SecurityGroup\n```\n\n### Java\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.pepperize\u003c/groupId\u003e\n  \u003cartifactId\u003ecdk-security-group\u003c/artifactId\u003e\n  \u003cversion\u003e${cdkSecurityGroup.version}\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Example\n\n```shell\nnpm install @pepperize/cdk-security-group\n```\n\nSee [API.md](https://github.com/pepperize/cdk-security-group/blob/main/API.md).\n\n```typescript\nimport { SecurityGroup } from \"@pepperize/cdk-security-group\";\n\nconst securityGroup = new SecurityGroup(this, \"SecurityGroup\", {});\n\n// Pass to another construct\nnew OtherConstruct(this, OtherConstruct, {\n  SecurityGroupName: securityGroup.securityGroupName,\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepperize%2Fcdk-security-group","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpepperize%2Fcdk-security-group","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepperize%2Fcdk-security-group/lists"}