interface ReceiptRuleReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SES.ReceiptRuleReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsses#ReceiptRuleReference |
Java | software.amazon.awscdk.services.ses.ReceiptRuleReference |
Python | aws_cdk.aws_ses.ReceiptRuleReference |
TypeScript | aws-cdk-lib » aws_ses » ReceiptRuleReference |
A reference to a ReceiptRule resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ses as ses } from 'aws-cdk-lib';
const receiptRuleReference: ses.ReceiptRuleReference = {
receiptRuleId: 'receiptRuleId',
};
Properties
| Name | Type | Description |
|---|---|---|
| receipt | string | The Id of the ReceiptRule resource. |
receiptRuleId
Type:
string
The Id of the ReceiptRule resource.

.NET
Go
Java
Python
TypeScript