Module: AWSCDK::SES::HttpsPolicy
- Defined in:
- ses/https_policy.rb
Overview
HTTPS policy option for the protocol of the open and click tracking links for your custom redirect domain.
Constant Summary collapse
- REQUIRE =
Deprecated.Note:
Default:
Open and Click tracking links will both be wrapped using HTTPS.
Jsii::Enum.new("aws-cdk-lib.aws_ses.HttpsPolicy", "REQUIRE")
- REQUIRE_OPEN_ONLY =
Deprecated.Note:
Default:
Open tracking links will be wrapped using HTTPS.
Click tracking links will be wrapped using the original protocol of the link.
Jsii::Enum.new("aws-cdk-lib.aws_ses.HttpsPolicy", "REQUIRE_OPEN_ONLY")
- OPTIONAL =
Deprecated.Note:
Default:
Open tracking links will be wrapped using HTTP.
Click tracking links will be wrapped using the original protocol of the link.
Jsii::Enum.new("aws-cdk-lib.aws_ses.HttpsPolicy", "OPTIONAL")