bypassStackOutOfSyncError: getOptionalBooleanInput()

in src/config.ts [193:211]


        bypassStackOutOfSyncError: getOptionalBooleanInput(
          "bypass-stack-out-of-sync-error",
        ),
        denySettings: {
          mode: getRequiredEnumInput("deny-settings-mode", [
            "denyDelete",
            "denyWriteAndDelete",
            "none",
          ]),
          excludedActions: getOptionalStringArrayInput(
            "deny-settings-excluded-actions",
          ),
          excludedPrincipals: getOptionalStringArrayInput(
            "deny-settings-excluded-principals",
          ),
          applyToChildScopes: getOptionalBooleanInput(
            "deny-settings-apply-to-child-scopes",
          ),
        },