@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:14.283Z") @Stability(value=Deprecated) @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.
|
software.amazon.jsii.JsiiObject.InitializationModeIConstruct.Jsii$Default, IConstruct.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
WhiteListReceiptFilter(software.constructs.Construct scope,
String id,
WhiteListReceiptFilterProps props)
Deprecated.
|
protected |
WhiteListReceiptFilter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
WhiteListReceiptFilter(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected WhiteListReceiptFilter(software.amazon.jsii.JsiiObjectRef objRef)
protected WhiteListReceiptFilter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public WhiteListReceiptFilter(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull WhiteListReceiptFilterProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2022. All rights reserved.