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.116.tar.gz (19.7 kB view details)

Uploaded Source

Built Distribution

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

File details

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

File metadata

File hashes

Hashes for pepperize.cdk-security-group-0.0.116.tar.gz
Algorithm Hash digest
SHA256 514d1d36b5a3d548219e909ed78d72b279332a47accab38132b2165976499f99
MD5 a278ae00b8ee9f8ba4dcbfc1a513e1b1
BLAKE2b-256 6f68c35b2e89e9ffe84d23a5e13c0ada50d12a26384164b3a166b234994f74f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pepperize.cdk_security_group-0.0.116-py3-none-any.whl
Algorithm Hash digest
SHA256 c47a0da96eb7b894a3c6393f7aaef2214516bfb5ad04fc9da9bea24e8c000de0
MD5 5bb763bb987d032bcb238c7e2ab03b5c
BLAKE2b-256 cfd3348512e950b7aee4fdab17dac4c8ac4c3629f68edd8bb080c99cdce945b5

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