ServerlessKubernetesRrsaMetadata

data class ServerlessKubernetesRrsaMetadata(val enabled: Boolean? = null, val ramOidcProviderArn: String? = null, val ramOidcProviderName: String? = null, val rrsaOidcIssuerUrl: String? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, ramOidcProviderArn: String? = null, ramOidcProviderName: String? = null, rrsaOidcIssuerUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether the RRSA feature has been enabled.

Link copied to clipboard

The arn of OIDC provider that was registered in RAM.

Link copied to clipboard

The name of OIDC Provider that was registered in RAM.

Link copied to clipboard

The issuer URL of RRSA OIDC Token.