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.303.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.

File details

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

File metadata

File hashes

Hashes for pepperize.cdk-security-group-0.0.303.tar.gz
Algorithm Hash digest
SHA256 ff011b5283568f88eca388b49164d7e85fa1f8d425542fe758f9e0055d0084b7
MD5 0149789e3f61e39a53a1324ccf1427c7
BLAKE2b-256 23c90b3d7c0ee86503b997ceff72e57a7c0f95c83b6ba5855606889cfb4b33bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pepperize.cdk_security_group-0.0.303-py3-none-any.whl
Algorithm Hash digest
SHA256 7077156cc3a8230c845b03560d1e172637ec567fb5b27ba69ccf1955ef99e6f4
MD5 96b238616b23ab7f0ea95c3446ace466
BLAKE2b-256 4f6da20a52fb846cce64896c8b2adf0a2e82ab071f7d72005e9da11f9bca5731

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