@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.954Z") @Stability(value=Stable) public interface CfnReceiptRuleSetProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ses.*;
CfnReceiptRuleSetProps cfnReceiptRuleSetProps = CfnReceiptRuleSetProps.builder()
.ruleSetName("ruleSetName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnReceiptRuleSetProps.Builder
A builder for
CfnReceiptRuleSetProps |
static class |
CfnReceiptRuleSetProps.Jsii$Proxy
An implementation for
CfnReceiptRuleSetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnReceiptRuleSetProps.Builder |
builder() |
default String |
getRuleSetName()
`AWS::SES::ReceiptRuleSet.RuleSetName`.
|
@Stability(value=Stable) @Nullable default String getRuleSetName()
@Stability(value=Stable) static CfnReceiptRuleSetProps.Builder builder()
CfnReceiptRuleSetProps.Builder of CfnReceiptRuleSetPropsCopyright © 2021. All rights reserved.