Skip to main content

This project provides a CDK construct to create an EC2 SecurityGroup, which property `securityGroupName` returns the GroupName.

Project description

GitHub npm (scoped) PyPI Nuget Sonatype Nexus (Releases) GitHub Workflow Status (branch) GitHub release (latest SemVer)

AWS CDK SecurityGroup

This project provides a CDK construct to create an EC2 SecurityGroup, which property securityGroupName returns the GroupName.

The CDK EC2 SecurityGroup returns the GroupId from the Ref return value of AWS::EC2::SecurityGroup, rather than the GroupName.

Install

TypeScript

npm install @pepperize/cdk-security-group

or

yarn add @pepperize/cdk-security-group

Python

pip install pepperize.cdk-security-group

C# / .Net

dotnet add package Pepperize.CDK.SecurityGroup

Java

<dependency>
  <groupId>com.pepperize</groupId>
  <artifactId>cdk-security-group</artifactId>
  <version>${cdkSecurityGroup.version}</version>
</dependency>

Example

npm install @pepperize/cdk-security-group

See API.md.

import { SecurityGroup } from "@pepperize/cdk-security-group";

const securityGroup = new SecurityGroup(this, "SecurityGroup", {});

// Pass to another construct
new OtherConstruct(this, OtherConstruct, {
  SecurityGroupName: securityGroup.securityGroupName,
});

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pepperize.cdk-security-group-0.0.178.tar.gz (19.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pepperize.cdk_security_group-0.0.178-py3-none-any.whl (20.2 kB view details)

Uploaded Python 3

File details

Details for the file pepperize.cdk-security-group-0.0.178.tar.gz.

File metadata

File hashes

Hashes for pepperize.cdk-security-group-0.0.178.tar.gz
Algorithm Hash digest
SHA256 484d6e4fe7e2ffa43c96c7c2c450298bd02e5f8b81731a8457d6fb18c890101c
MD5 bcf8c079f20e43f71f292f1679eb70e8
BLAKE2b-256 e687d6249f4c060fc19f38b0809fa4ac89e6ba9736f6bb04f0cb132754fd7a51

See more details on using hashes here.

File details

Details for the file pepperize.cdk_security_group-0.0.178-py3-none-any.whl.

File metadata

File hashes

Hashes for pepperize.cdk_security_group-0.0.178-py3-none-any.whl
Algorithm Hash digest
SHA256 c8badac063c58e3ff3dad1b1fc4d81bc55ae1b7c71b557ccb84dd0a1dff0ab21
MD5 e61c2469efb9ea96a7e899a638b8e6d3
BLAKE2b-256 fef3ef4f3ec73fa6cb84e55dba61f3632b327f81793b89d522b26469cc9a21af

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page