Values.VdmAttributesSourceThe VDM attributes that apply to your Amazon SES account.
type nonrec t = {vdmEnabled : FeatureStatus.t;Specifies the status of your VDM configuration. Can be one of the following: ENABLED – Amazon SES enables VDM for your account. DISABLED – Amazon SES disables VDM for your account.
*)dashboardAttributes : DashboardAttributes.t option;Specifies additional settings for your VDM configuration as applicable to the Dashboard.
*)guardianAttributes : GuardianAttributes.t option;Specifies additional settings for your VDM configuration as applicable to the Guardian.
*)}val make :
?dashboardAttributes:??? ->
?guardianAttributes:??? ->
vdmEnabled:FeatureStatus.t ->
unit ->
t