SecretArn

data class SecretArn(val value: String) : IngressPointConfiguration

The SecretsManager::Secret ARN of the ingress endpoint resource.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this IngressPointConfiguration as a SecretArn and retrieves its kotlin.String value. Throws an exception if the IngressPointConfiguration is not a SecretArn.

Link copied to clipboard

Casts this IngressPointConfiguration as a SecretArn and retrieves its kotlin.String value. Returns null if the IngressPointConfiguration is not a SecretArn.

Link copied to clipboard

Casts this IngressPointConfiguration as a SmtpPassword and retrieves its kotlin.String value. Throws an exception if the IngressPointConfiguration is not a SmtpPassword.

Link copied to clipboard

Casts this IngressPointConfiguration as a SmtpPassword and retrieves its kotlin.String value. Returns null if the IngressPointConfiguration is not a SmtpPassword.