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.252.tar.gz (22.9 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.252-py3-none-any.whl (23.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for pepperize.cdk-security-group-0.0.252.tar.gz
Algorithm Hash digest
SHA256 240dc77aee30c859b253ece701813a10aa70093d63e1e3edb026d08cf5d27891
MD5 a22e98707c72b19bc182ef857dccddd5
BLAKE2b-256 5868ddd11628dc23414d0c1493432f7b2fb3d1bfe950b376575d5161e2f08295

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pepperize.cdk_security_group-0.0.252-py3-none-any.whl
Algorithm Hash digest
SHA256 ed564b278e6a3e7b168001312643452130b23122ba75ed0c2eb9850ad97b08aa
MD5 b4e804b3bd3fae321872fe5464ccd6a1
BLAKE2b-256 94b09d9f5831b8d1811fe3159047849e6344573b584e3fcd84222ca7019e8489

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