Interface CfnReceiptRuleSetMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnReceiptRuleSetMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:05.580Z")
@Stability(Stable)
public interface CfnReceiptRuleSetMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnReceiptRuleSetPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ses.*;
CfnReceiptRuleSetMixinProps cfnReceiptRuleSetMixinProps = CfnReceiptRuleSetMixinProps.builder()
.ruleSetName("ruleSetName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnReceiptRuleSetMixinPropsstatic final classAn implementation forCfnReceiptRuleSetMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRuleSetName
The name of the receipt rule set to make active.Setting this value to null disables all email receiving.
- See Also:
-
builder
-