class WhiteListReceiptFilter (construct)
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SES.WhiteListReceiptFilter |
![]() | software.amazon.awscdk.services.ses.WhiteListReceiptFilter |
![]() | aws_cdk.aws_ses.WhiteListReceiptFilter |
![]() | @aws-cdk/aws-ses » WhiteListReceiptFilter |
⚠️ Deprecated: use AllowListReceiptFilter
Implements
IConstruct
, IConstruct
, IDependable
An allow list receipt filter.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ses from '@aws-cdk/aws-ses';
const whiteListReceiptFilter = new ses.WhiteListReceiptFilter(this, 'MyWhiteListReceiptFilter', {
ips: ['ips'],
});
Initializer
new WhiteListReceiptFilter(scope: Construct, id: string, props: WhiteListReceiptFilterProps)
⚠️ Deprecated: use AllowListReceiptFilter
Parameters
- scope
Construct
- id
string
- props
White
List Receipt Filter Props
Construct Props
Name | Type | Description |
---|---|---|
ips | string[] | A list of ip addresses or ranges to allow list. |
ips
⚠️ Deprecated: use AllowListReceiptFilterProps
Type:
string[]
A list of ip addresses or ranges to allow list.
Properties
Name | Type | Description |
---|---|---|
node | Construct | The construct tree node associated with this construct. |
node
⚠️ Deprecated: use AllowListReceiptFilter
Type:
Construct
The construct tree node associated with this construct.
Methods
Name | Description |
---|---|
to | Returns a string representation of this construct. |
toString()
public toString(): string
⚠️ Deprecated: use AllowListReceiptFilter
Returns
string
Returns a string representation of this construct.