RangerProfileArgs

data class RangerProfileArgs(val rangerAdmin: Output<RangerAdminSpecArgs>, val rangerAudit: Output<RangerAuditSpecArgs>? = null, val rangerUsersync: Output<RangerUsersyncSpecArgs>) : ConvertibleToJava<RangerProfileArgs>

The ranger cluster profile.

Constructors

Link copied to clipboard
constructor(rangerAdmin: Output<RangerAdminSpecArgs>, rangerAudit: Output<RangerAuditSpecArgs>? = null, rangerUsersync: Output<RangerUsersyncSpecArgs>)

Properties

Link copied to clipboard

Specification for the Ranger Admin service.

Link copied to clipboard
val rangerAudit: Output<RangerAuditSpecArgs>? = null

Properties required to describe audit log storage.

Link copied to clipboard

Specification for the Ranger Usersync service

Functions

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