@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:30.357Z") @Deprecated public class WhiteListReceiptFilter extends AllowListReceiptFilter
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.*; WhiteListReceiptFilter whiteListReceiptFilter = WhiteListReceiptFilter.Builder.create(this, "MyWhiteListReceiptFilter") .ips(List.of("ips")) .build();
Modifier and Type | Class and Description |
---|---|
static class |
WhiteListReceiptFilter.Builder
Deprecated.
|
IConstruct.Jsii$Default, IConstruct.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
WhiteListReceiptFilter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
WhiteListReceiptFilter(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
|
WhiteListReceiptFilter(software.constructs.Construct scope,
java.lang.String id,
WhiteListReceiptFilterProps props)
Deprecated.
|
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
protected WhiteListReceiptFilter(software.amazon.jsii.JsiiObjectRef objRef)
protected WhiteListReceiptFilter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Deprecated public WhiteListReceiptFilter(software.constructs.Construct scope, java.lang.String id, WhiteListReceiptFilterProps props)
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.