tokens

@JvmName(name = "hwnmwyeyhpvtrhan")
suspend fun tokens(value: Output<List<String>>)
@JvmName(name = "byaovqlrngfabhom")
suspend fun tokens(value: List<String>?)

Parameters

value

If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain. When Amazon SES detects these records in the DNS configuration for your domain, the DKIM authentication process is complete. If you configured DKIM authentication for the domain by providing your own public-private key pair, then this object contains the selector for the public key.


@JvmName(name = "ksucfrfggrbbdvyu")
suspend fun tokens(vararg values: Output<String>)


@JvmName(name = "vqqvnoovegcqsral")
suspend fun tokens(values: List<Output<String>>)
@JvmName(name = "yfklqirakdefexih")
suspend fun tokens(vararg values: String)

Parameters

values

If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain. When Amazon SES detects these records in the DNS configuration for your domain, the DKIM authentication process is complete. If you configured DKIM authentication for the domain by providing your own public-private key pair, then this object contains the selector for the public key.