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.288.tar.gz (23.1 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.288-py3-none-any.whl (23.5 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for pepperize.cdk-security-group-0.0.288.tar.gz
Algorithm Hash digest
SHA256 2b43b6231ca7cd5c8b07ce89462ad08edf537641ca6801d2d7ad14123fa7bf0e
MD5 9f07e35c00717d9b4909d3f9420534ed
BLAKE2b-256 d248c77372d7995f82f842c584f2962a111348d17e37992ecbe5f13ce573690a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pepperize.cdk_security_group-0.0.288-py3-none-any.whl
Algorithm Hash digest
SHA256 610429964730a6b1645d48c03552dcd96ec6f6e0b8ce8effaf76c4b59173c364
MD5 09754681ab8ecb95350faed221bb8871
BLAKE2b-256 b2e388eb65086c11190506a2e32f6adf7696c71434cf709af4abf4ca1eed3040

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