VdmAttributesArgs

data class VdmAttributesArgs(val dashboardAttributes: Output<VdmAttributesDashboardAttributesArgs>? = null, val guardianAttributes: Output<VdmAttributesGuardianAttributesArgs>? = null) : ConvertibleToJava<VdmAttributesArgs>

Resource Type definition for AWS::SES::VdmAttributes

Constructors

Link copied to clipboard
constructor(dashboardAttributes: Output<VdmAttributesDashboardAttributesArgs>? = null, guardianAttributes: Output<VdmAttributesGuardianAttributesArgs>? = null)

Properties

Link copied to clipboard

Specifies additional settings for your VDM configuration as applicable to the Dashboard.

Link copied to clipboard

Specifies additional settings for your VDM configuration as applicable to the Guardian.

Functions

Link copied to clipboard
open override fun toJava(): VdmAttributesArgs