Show / Hide Table of Contents

Class ClusterClusterConfigSecurityConfigKerberosConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterClusterConfigSecurityConfigKerberosConfigArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Dataproc.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterConfigSecurityConfigKerberosConfigArgs : ResourceArgs

Constructors

View Source

ClusterClusterConfigSecurityConfigKerberosConfigArgs()

Declaration
public ClusterClusterConfigSecurityConfigKerberosConfigArgs()

Properties

View Source

CrossRealmTrustAdminServer

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

Declaration
public Input<string> CrossRealmTrustAdminServer { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CrossRealmTrustKdc

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

Declaration
public Input<string> CrossRealmTrustKdc { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CrossRealmTrustRealm

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

Declaration
public Input<string> CrossRealmTrustRealm { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CrossRealmTrustSharedPasswordUri

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.

Declaration
public Input<string> CrossRealmTrustSharedPasswordUri { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EnableKerberos

Flag to indicate whether to Kerberize the cluster.

Declaration
public Input<bool> EnableKerberos { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

KdcDbKeyUri

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

Declaration
public Input<string> KdcDbKeyUri { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KeyPasswordUri

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.

Declaration
public Input<string> KeyPasswordUri { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KeystorePasswordUri

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.

Declaration
public Input<string> KeystorePasswordUri { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KeystoreUri

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

Declaration
public Input<string> KeystoreUri { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KmsKeyUri

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

Declaration
public Input<string> KmsKeyUri { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Realm

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

Declaration
public Input<string> Realm { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RootPrincipalPasswordUri

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

Declaration
public Input<string> RootPrincipalPasswordUri { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TgtLifetimeHours

The lifetime of the ticket granting ticket, in hours.

Declaration
public Input<int> TgtLifetimeHours { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

TruststorePasswordUri

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.

Declaration
public Input<string> TruststorePasswordUri { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TruststoreUri

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

Declaration
public Input<string> TruststoreUri { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.