Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnMailManagerTrafficPolicyPropsMixin.Builder
Packages that use CfnMailManagerTrafficPolicyPropsMixin.Builder
-
Uses of CfnMailManagerTrafficPolicyPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ses
Methods in software.amazon.awscdk.cfnpropertymixins.services.ses that return CfnMailManagerTrafficPolicyPropsMixin.BuilderModifier and TypeMethodDescriptionCfnMailManagerTrafficPolicyPropsMixin.Builder.create()CfnMailManagerTrafficPolicyPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnMailManagerTrafficPolicyPropsMixin.Builder.defaultAction(String defaultAction) Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not addressed by) the conditions of your policy statements.CfnMailManagerTrafficPolicyPropsMixin.Builder.maxMessageSizeBytes(Number maxMessageSizeBytes) The maximum message size in bytes of email which is allowed in by this traffic policy—anything larger will be blocked.CfnMailManagerTrafficPolicyPropsMixin.Builder.policyStatements(List<? extends Object> policyStatements) Conditional statements for filtering email traffic.CfnMailManagerTrafficPolicyPropsMixin.Builder.policyStatements(IResolvable policyStatements) Conditional statements for filtering email traffic.The tags used to organize, track, or control access for the resource.CfnMailManagerTrafficPolicyPropsMixin.Builder.trafficPolicyName(String trafficPolicyName) The name of the policy.