CloudKitect Email Identity component.

Default Configuration

Encryption: S3 Managed Versioned: True Removal Policy: Retain in Production

Default Alarms

None

Note that the default alarm uses the CcAlarm construct, which sets up an alarm action to notify the SNS Topic AlarmEventsTopic by default.

Examples

Default Usage

new CcEmailIdentity(this, "LogicalId", {
});

Custom Configuration

new CcEmailIdentity(this, "LogicalId", {
dkimSigning: false
});

Compliance

It addresses the following compliance requirements

  1. Identity Verification Status
    • Risk Level: Low
    • Compliance: APRA, MAS, NIST4
    • Well Architected Pillar: Security
  2. DKIM Enabled
    • Risk Level: Low
    • Compliance:
    • Well Architected Pillar: Security

Hierarchy

  • EmailIdentity
    • CcEmailIdentity

Constructors

Methods

  • Parameters

    • scope: Construct

    Returns ConfigurationSet

Generated using TypeDoc