interface AnalysisProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SES.CfnMailManagerRuleSet.AnalysisProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsses#CfnMailManagerRuleSet_AnalysisProperty |
Java | software.amazon.awscdk.services.ses.CfnMailManagerRuleSet.AnalysisProperty |
Python | aws_cdk.aws_ses.CfnMailManagerRuleSet.AnalysisProperty |
TypeScript | aws-cdk-lib » aws_ses » CfnMailManagerRuleSet » AnalysisProperty |
The result of an analysis can be used in conditions to trigger actions.
Analyses can inspect the email content and report a certain aspect of the email.
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 analysisProperty: ses.CfnMailManagerRuleSet.AnalysisProperty = {
analyzer: 'analyzer',
resultField: 'resultField',
};
Properties
Name | Type | Description |
---|---|---|
analyzer | string | The Amazon Resource Name (ARN) of an Add On. |
result | string | The returned value from an Add On. |
analyzer
Type:
string
The Amazon Resource Name (ARN) of an Add On.
resultField
Type:
string
The returned value from an Add On.