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.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf99c2e73915ef16b5c30e2142939d2d6401534b0f1f789dd74ee019bb34ba55 |
|
MD5 | b9c3f6c746249545a6b7fb5db3b5c8f1 |
|
BLAKE2b-256 | 6c412dd1150a8f8cb255330687b12f3a5980b14c85f992da219a18cfc1898228 |
Close
Hashes for reapit_cdk.active_ruleset-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34a4907dd3bc2b22321dd1266154f6d823351448f73c5b9861b5de79bf2e4b85 |
|
MD5 | b7fb16572d00035a9f9ddc646a225df1 |
|
BLAKE2b-256 | 0712d9a10ff5d944e134a471e297ad0424f7681da415b6622503e3820cf54348 |