This construct returns the currently active SES receipt RuleSet, or creates one. This enables you to add rules to it.
Project description
@reapit-cdk/active-ruleset
This construct returns the currently active SES receipt RuleSet, or creates one. This enables you to add rules to it.
Package Installation:
yarn add --dev @reapit-cdk/active-ruleset
# or
npm install @reapit-cdk/active-ruleset --save-dev
Usage
import { CfnOutput, Stack, App } from 'aws-cdk-lib'
import { ActiveRuleset } from '@reapit-cdk/active-ruleset'
const app = new App()
const stack = new Stack(app, 'stack-name')
const activeRuleset = new ActiveRuleset(stack, 'active-ruleset')
new CfnOutput(stack, 'activeRulesetName', {
value: activeRuleset.receiptRuleSet.receiptRuleSetName,
})
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
Built Distribution
Close
Hashes for reapit-cdk.active-ruleset-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b864d2ef5512d629f1b1e7e1aaa8900a01f0cae3a34164e8fbbdd717f43eaffc |
|
MD5 | 367b9dd68378e3b7d02d78d1cf209f12 |
|
BLAKE2b-256 | 5cab0435bdecc12b6405febc6a7606ee2de93c708469c294c84f0715396b4049 |
Close
Hashes for reapit_cdk.active_ruleset-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b489171376b1a76e7b58f49e5bbb03e889e5a35bf2f3be1149a9cd602e4c94b |
|
MD5 | a46085dfaa8358efec1ed76df72819c3 |
|
BLAKE2b-256 | c8fd59c5a95b546a09a9c90dc05e9c70fc2e1a6ea08747ac872430c38f5d4d05 |