ClusterClusterConfigSecurityConfigKerberosConfigArgs

data class ClusterClusterConfigSecurityConfigKerberosConfigArgs(val crossRealmTrustAdminServer: Output<String>? = null, val crossRealmTrustKdc: Output<String>? = null, val crossRealmTrustRealm: Output<String>? = null, val crossRealmTrustSharedPasswordUri: Output<String>? = null, val enableKerberos: Output<Boolean>? = null, val kdcDbKeyUri: Output<String>? = null, val keyPasswordUri: Output<String>? = null, val keystorePasswordUri: Output<String>? = null, val keystoreUri: Output<String>? = null, val kmsKeyUri: Output<String>, val realm: Output<String>? = null, val rootPrincipalPasswordUri: Output<String>, val tgtLifetimeHours: Output<Int>? = null, val truststorePasswordUri: Output<String>? = null, val truststoreUri: Output<String>? = null) : ConvertibleToJava<ClusterClusterConfigSecurityConfigKerberosConfigArgs>

Constructors

constructor(crossRealmTrustAdminServer: Output<String>? = null, crossRealmTrustKdc: Output<String>? = null, crossRealmTrustRealm: Output<String>? = null, crossRealmTrustSharedPasswordUri: Output<String>? = null, enableKerberos: Output<Boolean>? = null, kdcDbKeyUri: Output<String>? = null, keyPasswordUri: Output<String>? = null, keystorePasswordUri: Output<String>? = null, keystoreUri: Output<String>? = null, kmsKeyUri: Output<String>, realm: Output<String>? = null, rootPrincipalPasswordUri: Output<String>, tgtLifetimeHours: Output<Int>? = null, truststorePasswordUri: Output<String>? = null, truststoreUri: Output<String>? = null)

Properties

Link copied to clipboard
val crossRealmTrustAdminServer: Output<String>? = null

The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.

Link copied to clipboard
val crossRealmTrustKdc: Output<String>? = null

The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.

Link copied to clipboard
val crossRealmTrustRealm: Output<String>? = null

The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.

Link copied to clipboard

The Cloud Storage URI of a KMS encrypted file containing the shared password between the on-cluster Kerberos realm and the remote trusted realm, in a cross realm trust relationship.

Link copied to clipboard
val enableKerberos: Output<Boolean>? = null

Flag to indicate whether to Kerberize the cluster.

Link copied to clipboard
val kdcDbKeyUri: Output<String>? = null

The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.

Link copied to clipboard
val keyPasswordUri: Output<String>? = null

The Cloud Storage URI of a KMS encrypted file containing the password to the user provided key. For the self-signed certificate, this password is generated by Dataproc.

Link copied to clipboard
val keystorePasswordUri: Output<String>? = null

The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificated, the password is generated by Dataproc.

Link copied to clipboard
val keystoreUri: Output<String>? = null

The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.

Link copied to clipboard
val kmsKeyUri: Output<String>

The URI of the KMS key used to encrypt various sensitive files.

Link copied to clipboard
val realm: Output<String>? = null

The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.

Link copied to clipboard

The Cloud Storage URI of a KMS encrypted file containing the root principal password.

Link copied to clipboard
val tgtLifetimeHours: Output<Int>? = null

The lifetime of the ticket granting ticket, in hours.

Link copied to clipboard
val truststorePasswordUri: Output<String>? = null

The Cloud Storage URI of a KMS encrypted file containing the password to the user provided truststore. For the self-signed certificate, this password is generated by Dataproc.

Link copied to clipboard
val truststoreUri: Output<String>? = null

The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.

Functions

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