inheritFromParent

@JvmName(name = "thmnwybugdsypffl")
suspend fun inheritFromParent(value: Output<Boolean>)
@JvmName(name = "jsnhslohydvrkjyt")
suspend fun inheritFromParent(value: Boolean?)

Parameters

value

Determines the inheritance behavior for this Policy. If inherit_from_parent is true, PolicyRules set higher up in the hierarchy (up to the closest root) are inherited and present in the effective policy. If it is false, then no rules are inherited, and this Policy becomes the new root for evaluation. This field can be set only for Policies which configure list constraints.