2021/10/05 - Amazon WorkMail - 2 new api methods
Changes This release allows customers to change their inbound DMARC settings in Amazon WorkMail.
Lists the settings in a DMARC policy for a specified organization.
See also: AWS API Documentation
Request Syntax
client.describe_inbound_dmarc_settings( OrganizationId='string' )
string
[REQUIRED]
Lists the ID of the given organization.
dict
Response Syntax
{ 'Enforced': True|False }
Response Structure
(dict) --
Enforced (boolean) --
Lists the enforcement setting of the applied policy.
Enables or disables a DMARC policy for a given organization.
See also: AWS API Documentation
Request Syntax
client.put_inbound_dmarc_settings( OrganizationId='string', Enforced=True|False )
string
[REQUIRED]
The ID of the organization that you are applying the DMARC policy to.
boolean
[REQUIRED]
Enforces or suspends a policy after it's applied.
dict
Response Syntax
{}
Response Structure
(dict) --