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.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65c8d50dd7af415eebc737ba87b4d69723726250e8423aae9f2a8553b5524650 |
|
MD5 | c5abdadee4f868ed5cc23eab4a63c424 |
|
BLAKE2b-256 | ed31ec7b10a25f085abcab01071b80834a5a47adccc1814ecb0468c627c0a669 |
Close
Hashes for reapit_cdk.active_ruleset-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c14524e5dd4356dd603e8dc7b73c9584a24e33920647ca0a0556da07ac1ab86c |
|
MD5 | cef3ea9a84fa78959b93eb7ab49f0423 |
|
BLAKE2b-256 | 440578ec31676a278bc5d50706355a3e58b9ada95b5907e890b20df12bbf95f0 |