interface CfnMailManagerAddonSubscriptionProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SES.CfnMailManagerAddonSubscriptionProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsses#CfnMailManagerAddonSubscriptionProps |
![]() | software.amazon.awscdk.services.ses.CfnMailManagerAddonSubscriptionProps |
![]() | aws_cdk.aws_ses.CfnMailManagerAddonSubscriptionProps |
![]() | aws-cdk-lib » aws_ses » CfnMailManagerAddonSubscriptionProps |
Properties for defining a CfnMailManagerAddonSubscription
.
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 cfnMailManagerAddonSubscriptionProps: ses.CfnMailManagerAddonSubscriptionProps = {
addonName: 'addonName',
// the properties below are optional
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
addon | string | The name of the Add On to subscribe to. |
tags? | Cfn [] | The tags used to organize, track, or control access for the resource. |
addonName
Type:
string
The name of the Add On to subscribe to.
You can only have one subscription for each Add On name.
Valid Values: TRENDMICRO_VSAPI | SPAMHAUS_DBL | ABUSIX_MAIL_INTELLIGENCE
tags?
Type:
Cfn
[]
(optional)
The tags used to organize, track, or control access for the resource.
For example, { "tags": {"key1":"value1", "key2":"value2"} }.