IngressPointConfiguration

The configuration of the ingress endpoint resource.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class SecretArn(val value: String) : IngressPointConfiguration

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

Link copied to clipboard

The password of the ingress endpoint resource.

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.