Ranger Profile Args
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>)